]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/mpeg4video.h
doc/APIchanges: Correct function reference.
[ffmpeg] / libavcodec / mpeg4video.h
index 5320b0b66f9fe4df0c3a2000ed9d6435cc217d67..08b4cb54325a5b9ce811f04a8b810daca0932c92 100644 (file)
@@ -96,6 +96,8 @@ typedef struct Mpeg4DecContext {
 
     /// 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;