summaryrefslogtreecommitdiffstats
path: root/loader/dshow/allocator.h
diff options
context:
space:
mode:
authorarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-26 00:56:11 +0000
committerarpi <arpi@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-26 00:56:11 +0000
commit9c1529ed2a4ac5f8e63c14f3c44a6c2c0447caef (patch)
tree4e1ae6ca7783dbb91874dc89dc69109f2cf2c853 /loader/dshow/allocator.h
parent82adc24b1f4df0eff2e8c1da7b5cd4ac7971a149 (diff)
downloadmpv-9c1529ed2a4ac5f8e63c14f3c44a6c2c0447caef.tar.bz2
mpv-9c1529ed2a4ac5f8e63c14f3c44a6c2c0447caef.tar.xz
avifile sync. seems to some bugs fixed...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@3131 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/dshow/allocator.h')
-rw-r--r--loader/dshow/allocator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/dshow/allocator.h b/loader/dshow/allocator.h
index f853001d37..8556370635 100644
--- a/loader/dshow/allocator.h
+++ b/loader/dshow/allocator.h
@@ -15,13 +15,13 @@ typedef struct _MemAllocator MemAllocator;
struct _MemAllocator
{
IMemAllocator_vt* vt;
+ DECLARE_IUNKNOWN();
ALLOCATOR_PROPERTIES props;
avm_list_t* used_list;
avm_list_t* free_list;
char* new_pointer;
CMediaSample* modified_sample;
GUID interfaces[2];
- DECLARE_IUNKNOWN();
void ( *SetPointer )(MemAllocator* This, char* pointer);
void ( *ResetPointer )(MemAllocator* This);