summaryrefslogtreecommitdiffstats
path: root/loader/dshow/cmediasample.h
diff options
context:
space:
mode:
Diffstat (limited to 'loader/dshow/cmediasample.h')
-rw-r--r--loader/dshow/cmediasample.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/loader/dshow/cmediasample.h b/loader/dshow/cmediasample.h
index 0b6b5b7881..3d6e1218ca 100644
--- a/loader/dshow/cmediasample.h
+++ b/loader/dshow/cmediasample.h
@@ -16,9 +16,12 @@ struct _CMediaSample
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
};