comparison 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
comparison
equal deleted inserted replaced
7385:e2fcdd7608b1 7386:174e2a58b4cd
2 #define DS_ALLOCATOR_H 2 #define DS_ALLOCATOR_H
3 3
4 #include "interfaces.h" 4 #include "interfaces.h"
5 #include "cmediasample.h" 5 #include "cmediasample.h"
6 6
7 typedef struct avm_list_t 7 typedef struct _avm_list_t avm_list_t;
8 { 8 typedef struct _MemAllocator MemAllocator;
9 struct avm_list_t* next;
10 struct avm_list_t* prev;
11 void* member;
12 } avm_list_t;
13 9
14 typedef struct _MemAllocator MemAllocator;
15 struct _MemAllocator 10 struct _MemAllocator
16 { 11 {
17 IMemAllocator_vt* vt; 12 IMemAllocator_vt* vt;
18 DECLARE_IUNKNOWN(); 13 DECLARE_IUNKNOWN();
19 ALLOCATOR_PROPERTIES props; 14 ALLOCATOR_PROPERTIES props;