diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-29 22:18:15 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-12-05 13:21:57 +0100 |
commit | ff300e435e5337b03dc7a8f1c0be6c9937059c1e (patch) | |
tree | 1f14220721e1b87650e5e7f7f30cad36a88be59b /libavcodec | |
parent | e41ff4210ac1192c62de3052b33a38c7bcf772f2 (diff) | |
download | ffmpeg-ff300e435e5337b03dc7a8f1c0be6c9937059c1e.tar.gz |
mpegvideo: remove an unused variable
Diffstat (limited to 'libavcodec')
-rw-r--r-- | libavcodec/mpegvideo.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index a2897a887f..bea71c3794 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -638,7 +638,6 @@ typedef struct MpegEncContext { /* Mpeg1 specific */ 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 - int broken_link; ///< no_output_of_prior_pics_flag uint8_t *vbv_delay_ptr; ///< pointer to vbv_delay in the bitstream /* MPEG-2-specific - I wished not to have to support this mess. */ |