diff loader/dshow/allocator.h @ 7386:174e2a58b4cd

avifile sync - 95% cosmetics 5% bug
author arpi
date Fri, 13 Sep 2002 19:43:17 +0000
parents 623cdb771e97
children 9533c26c0806
line wrap: on
line diff
--- a/loader/dshow/allocator.h	Fri Sep 13 19:42:33 2002 +0000
+++ b/loader/dshow/allocator.h	Fri Sep 13 19:43:17 2002 +0000
@@ -4,14 +4,9 @@
 #include "interfaces.h"
 #include "cmediasample.h"
 
-typedef struct avm_list_t
-{
-    struct avm_list_t* next;
-    struct avm_list_t* prev;
-    void* member;
-} avm_list_t;
+typedef struct _avm_list_t avm_list_t;
+typedef struct _MemAllocator MemAllocator;
 
-typedef struct _MemAllocator MemAllocator;
 struct _MemAllocator
 {
     IMemAllocator_vt* vt;