summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.h
diff options
context:
space:
mode:
authorNidhi Makhijani <nidhimj22@gmail.com>2014-07-29 21:24:29 +0530
committerDiego Biurrun <diego@biurrun.de>2014-07-29 09:13:18 -0700
commitccbf370f2000b9b27f4af259c23007d67f7ea46e (patch)
tree6854208df5d6bb7e251aa883ce89d5fc0dd68550 /libavcodec/mpegvideo.h
parentfa38573cd9ce4ab727f86f57c03b113cfd4c9d0a (diff)
mpegvideo: move vol_control_parameters to the only place it is used
Signed-off-by: Diego Biurrun <diego@biurrun.de>
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 49774bc226..1333d44414 100644
--- a/libavcodec/mpegvideo.h
+++ b/libavcodec/mpegvideo.h
@@ -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;