diff options
author | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-13 08:31:22 +0000 |
---|---|---|
committer | Baptiste Coudurier <baptiste.coudurier@gmail.com> | 2009-05-13 08:31:22 +0000 |
commit | 171a353159049c120745eea8dd158d2ec04e826c (patch) | |
tree | efbf7c1e6ea5d9d015581b404c17afcdc6cf10bc /libavformat/isom.h | |
parent | 1a11c0aa8a79134fd1870ee7069d59a845ba855b (diff) | |
download | ffmpeg-171a353159049c120745eea8dd158d2ec04e826c.tar.gz |
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop
Originally committed as revision 18813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/isom.h')
-rw-r--r-- | libavformat/isom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/isom.h b/libavformat/isom.h index c9d5cee8f3..f7831c4405 100644 --- a/libavformat/isom.h +++ b/libavformat/isom.h @@ -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; |