diff options
author | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-21 01:44:17 +0000 |
---|---|---|
committer | Miguel Freitas <miguelfreitas@users.sourceforge.net> | 2002-06-21 01:44:17 +0000 |
commit | 4aadaafa08dc0d3b926378581c37b2e2f0492731 (patch) | |
tree | e55d8f0e689963677d574d1ac0714dc33d924735 /src/libw32dll/DirectShow/allocator.h | |
parent | a3be47db5aea60af614bc11fa1d9d726fabeba19 (diff) | |
download | xine-lib-4aadaafa08dc0d3b926378581c37b2e2f0492731.tar.gz xine-lib-4aadaafa08dc0d3b926378581c37b2e2f0492731.tar.bz2 |
update win32 codec loading code
- shiny new win32 crap from avifile and mplayer!
- shiny new compilation warnings!
- use directshow filter to decode msmpeg v1/v2
- disable SYNC_SHUTDOWN ugly hack (will be removed soon, i hope)
CVS patchset: 2114
CVS date: 2002/06/21 01:44:17
Diffstat (limited to 'src/libw32dll/DirectShow/allocator.h')
-rw-r--r-- | src/libw32dll/DirectShow/allocator.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libw32dll/DirectShow/allocator.h b/src/libw32dll/DirectShow/allocator.h index c8c62b2fc..855637063 100644 --- a/src/libw32dll/DirectShow/allocator.h +++ b/src/libw32dll/DirectShow/allocator.h @@ -27,7 +27,6 @@ struct _MemAllocator void ( *ResetPointer )(MemAllocator* This); }; -MemAllocator* MemAllocatorCreate(void); -void MemAllocator_Destroy(MemAllocator* This); +MemAllocator* MemAllocatorCreate(); #endif /* DS_ALLOCATOR_H */ |