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:
Nidhi Makhijani
2014-07-29 21:24:29 +05:30
committed by Diego Biurrun
parent fa38573cd9
commit ccbf370f20
3 changed files with 7 additions and 6 deletions
-1
View File
@@ -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;