diff options
author | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-02-22 18:13:40 +0000 |
---|---|---|
committer | Kostya Shishkov <kostya.shishkov@gmail.com> | 2009-02-22 18:13:40 +0000 |
commit | 91ba181a15b1cb3c3683edf1928e9eb3446782b4 (patch) | |
tree | 75c59ed1800b398b3897be91bc21cbfe69d5df18 /libavcodec/mpegvideo.h | |
parent | b9c353fff2f80b87199b52b13dc0ba9b406ac0b4 (diff) | |
download | ffmpeg-91ba181a15b1cb3c3683edf1928e9eb3446782b4.tar.gz |
Better parsing of i263 picture header
Originally committed as revision 17532 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 8709deeb02..32ad5f4c6c 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -201,6 +201,7 @@ typedef struct MpegEncContext { int bit_rate; ///< wanted bit rate enum OutputFormat out_format; ///< output format int h263_pred; ///< use mpeg4/h263 ac/dc predictions + int pb_frame; ///< PB frame mode (0 = none, 1 = base, 2 = improved) /* the following codec id fields are deprecated in favor of codec_id */ int h263_plus; ///< h263 plus headers |