mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
mpegvideo: remove an unused variable
This commit is contained in:
parent
e41ff4210a
commit
ff300e435e
@ -638,7 +638,6 @@ typedef struct MpegEncContext {
|
|||||||
/* Mpeg1 specific */
|
/* Mpeg1 specific */
|
||||||
int gop_picture_number; ///< index of the first picture of a GOP based on fake_pic_num & 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 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
|
uint8_t *vbv_delay_ptr; ///< pointer to vbv_delay in the bitstream
|
||||||
|
|
||||||
/* MPEG-2-specific - I wished not to have to support this mess. */
|
/* MPEG-2-specific - I wished not to have to support this mess. */
|
||||||
|
Loading…
Reference in New Issue
Block a user