summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.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/mpeg4video.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/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 59358eb555..b092684768 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -94,6 +94,8 @@ typedef struct Mpeg4DecContext {
int lavc_build;
///< flag for having shown the warning about divxs invalid b frames
int showed_packed_warning;
+ int vol_control_parameters; /**< does the stream contain the low_delay flag,
+ * used to work around buggy encoders. */
int cplx_estimation_trash_i;
int cplx_estimation_trash_p;