]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/isom.h
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
[frescor/ffmpeg.git] / libavformat / isom.h
index c9d5cee8f31ded518edec59a276d6ad3df5fdd6b..f7831c44057b83d3a8a5d396e349c1efbdf22e07 100644 (file)
@@ -96,6 +96,8 @@ typedef struct MOVStreamContext {
     MOVStts *ctts_data;
     unsigned int stsc_count;
     MOVStsc *stsc_data;
+    unsigned int stps_count;
+    unsigned *stps_data;  ///< partial sync sample for mpeg-2 open gop
     int ctts_index;
     int ctts_sample;
     unsigned int sample_size;