From ccbf370f2000b9b27f4af259c23007d67f7ea46e Mon Sep 17 00:00:00 2001 From: Nidhi Makhijani Date: Tue, 29 Jul 2014 21:24:29 +0530 Subject: mpegvideo: move vol_control_parameters to the only place it is used Signed-off-by: Diego Biurrun --- libavcodec/mpeg4video.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/mpeg4video.h') 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; -- cgit v1.2.3