diff loader/dshow/cmediasample.h @ 3467:e3bbf44dbab2

avifile sync
author arpi
date Tue, 11 Dec 2001 23:29:24 +0000
parents 623cdb771e97
children 2c8cdb9123b8
line wrap: on
line diff
--- a/loader/dshow/cmediasample.h	Tue Dec 11 23:29:11 2001 +0000
+++ b/loader/dshow/cmediasample.h	Tue Dec 11 23:29:24 2001 +0000
@@ -16,9 +16,12 @@
     char* own_block;
     int isPreroll;
     int isSyncPoint;
+    int isDiscontinuity;
+    LONGLONG time_start;
+    LONGLONG time_end;
     AM_MEDIA_TYPE media_type;
     int type_valid;
-    void ( *SetPointer) (CMediaSample* This,char* pointer);
+    void ( *SetPointer) (CMediaSample* This, char* pointer);
     void ( *ResetPointer) (CMediaSample* This); // FIXME replace with Set & 0
 };