diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-02-08 12:00:57 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-02-08 12:00:57 +0000 |
commit | 63b15e559ac725321ea7a5bc38c123da8cf7d764 (patch) | |
tree | 66e05b6308ca7b4a52e18c63e4b2d996a5e496e1 /libavcodec/mpegvideo.h | |
parent | 27efd8467a92a5ea2af49acabf451bf233d5184d (diff) | |
download | ffmpeg-63b15e559ac725321ea7a5bc38c123da8cf7d764.tar.gz |
mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by me
Originally committed as revision 1551 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 7ecc6fd38c..91a4525785 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -508,6 +508,7 @@ typedef struct MpegEncContext { /* Mpeg1 specific */ int fake_picture_number; /* picture number at the bitstream frame rate */ int gop_picture_number; /* index of the first picture of a GOP based on fake_pic_num & mpeg1 specific */ + int last_mv_dir; /* last mv_dir, used for b frame encoding */ /* MPEG2 specific - I wish I had not to support this mess. */ int progressive_sequence; |