summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-29 22:26:15 +0100
committerAnton Khirnov <anton@khirnov.net>2013-12-05 13:22:37 +0100
commitff7ffe48097f32417781fe8b2b417eff05a52c55 (patch)
treee7f505d3f39102b4ff811f71bd654cd05c3555c1 /libavcodec/mpeg4video.h
parentf7d228676cb7669059889c4225c8a8dc56708c24 (diff)
mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext
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 9e1c8d96cf..59358eb555 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -92,6 +92,8 @@ typedef struct Mpeg4DecContext {
int divx_build;
int xvid_build;
int lavc_build;
+ ///< flag for having shown the warning about divxs invalid b frames
+ int showed_packed_warning;
int cplx_estimation_trash_i;
int cplx_estimation_trash_p;