mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
mpegvideo: move vol_control_parameters to the only place it is used
Signed-off-by: Diego Biurrun <diego@biurrun.de>
This commit is contained in:
committed by
Diego Biurrun
parent
fa38573cd9
commit
ccbf370f20
@@ -518,7 +518,6 @@ typedef struct MpegEncContext {
|
||||
int partitioned_frame; ///< is current frame partitioned
|
||||
int low_delay; ///< no reordering needed / has no b-frames
|
||||
int vo_type;
|
||||
int vol_control_parameters; ///< does the stream contain the low_delay flag, used to workaround buggy encoders
|
||||
PutBitContext tex_pb; ///< used for data partitioned VOPs
|
||||
PutBitContext pb2; ///< used for data partitioned VOPs
|
||||
int mpeg_quant;
|
||||
|
||||
Reference in New Issue
Block a user