Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-06 04:21:28 +0400
committerMichael Niedermayer <michaelni@gmx.at>2013-12-06 04:21:39 +0400
commit85d3bc33b1c19726a481143b2515fa86383e0a72 (patch)
treef38c7d8a6df628f413f35d4223957b389b0de054 /libavcodec/mpegvideo.h
parent92e10e34b1422423715bbfadfcd19b045f63dbcc (diff)
parentff300e435e5337b03dc7a8f1c0be6c9937059c1e (diff)
Merge commit 'ff300e435e5337b03dc7a8f1c0be6c9937059c1e'
* commit 'ff300e435e5337b03dc7a8f1c0be6c9937059c1e': mpegvideo: remove an unused variable Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r--libavcodec/mpegvideo.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h
index 614a45bb5b..c0259aa8b2 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -655,7 +655,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. */