Changeset 6952 for trunk/src/quartz/memalloc.h
- Timestamp:
- Oct 6, 2001, 10:56:18 AM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/quartz/memalloc.h
r6710 r6952 13 13 14 14 #include "iunk.h" 15 #include "sample.h" 15 16 16 17 typedef struct MA_IMemAllocatorImpl … … 27 28 CRITICAL_SECTION csMem; 28 29 ALLOCATOR_PROPERTIES prop; 30 HANDLE hEventSample; 31 BYTE* pData; 32 CMemMediaSample** ppSamples; 29 33 } CMemoryAllocator; 30 34
Note:
See TracChangeset
for help on using the changeset viewer.