From 4aadaafa08dc0d3b926378581c37b2e2f0492731 Mon Sep 17 00:00:00 2001 From: Miguel Freitas Date: Fri, 21 Jun 2002 01:44:17 +0000 Subject: 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 --- src/libw32dll/DirectShow/allocator.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/libw32dll/DirectShow/allocator.h') 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 */ -- cgit v1.2.3