From 63b15e559ac725321ea7a5bc38c123da8cf7d764 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 8 Feb 2003 12:00:57 +0000 Subject: mpeg1 bframe encoding patch by (Raphaƫl LEGRAND) with some modifications by me MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Originally committed as revision 1551 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/mpegvideo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/mpegvideo.h') 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; -- cgit v1.2.3