Commit 85d3bc33 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ff300e43'

* commit 'ff300e43':
  mpegvideo: remove an unused variable
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 92e10e34 ff300e43
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment