diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2002-12-30 00:28:42 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-12-30 00:28:42 +0000 |
commit | 41773b735e87002bd1c1336e22ff3e8b52cec74c (patch) | |
tree | 0c7ae43f5d98a21566239bb3162e9e720b0cc827 /libavcodec/mpegvideo.h | |
parent | 3cef52271d329bfc75001971a72a10469e1ce49c (diff) | |
download | ffmpeg-41773b735e87002bd1c1336e22ff3e8b52cec74c.tar.gz |
correcter mpeg4 headers
Originally committed as revision 1376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 84e28f9d76..65c8011ed7 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -435,6 +435,7 @@ typedef struct MpegEncContext { INT8 (*field_select_table)[2]; /* wtf, no really another table for interlaced b frames */ int t_frame; /* time distance of first I -> B, used for interlaced b frames */ int padding_bug_score; /* used to detect the VERY common padding bug in MPEG4 */ + int last_vo_picture_number; /* last picture number for which we added a VOS/VO/VOL header */ /* divx specific, used to workaround (many) bugs in divx5 */ int divx_version; |