summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
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;