[FFmpeg-cvslog] mpegvideo: remove an unused variable
Anton Khirnov
git at videolan.org
Fri Dec 6 01:28:03 CET 2013
ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Fri Nov 29 22:18:15 2013 +0100| [ff300e435e5337b03dc7a8f1c0be6c9937059c1e] | committer: Anton Khirnov
mpegvideo: remove an unused variable
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ff300e435e5337b03dc7a8f1c0be6c9937059c1e
---
libavcodec/mpegvideo.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index a2897a8..bea71c3 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. */
More information about the ffmpeg-cvslog
mailing list