summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-06 01:45:25 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-06 01:46:51 +0100
commitcf948200bd7083fb214bf7e1bd9ce3c82edd3303 (patch)
treedb6dca355dee94aace3fc88106314260ec88534d /libavcodec/mpeg4video.h
parent36e2ec40688d0c3c350d31fae00a54f6a23b7647 (diff)
parentff7ffe48097f32417781fe8b2b417eff05a52c55 (diff)
downloadffmpeg-cf948200bd7083fb214bf7e1bd9ce3c82edd3303.tar.gz
Merge commit 'ff7ffe48097f32417781fe8b2b417eff05a52c55'
* commit 'ff7ffe48097f32417781fe8b2b417eff05a52c55': mpeg4videodec: move showed_packed_warning from MpegEncContext to Mpeg4DecContext Conflicts: libavcodec/mpeg4videodec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 5fd5ecb0c4..846ce238b5 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;