summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-12-06 01:38:55 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-12-06 01:38:55 +0100
commit36e2ec40688d0c3c350d31fae00a54f6a23b7647 (patch)
tree80cf0550bc36f8b772d1cfbc83b1ea48e988ac45 /libavcodec/mpeg4video.h
parentdb7580b4f6b2217917aa6f372e3a18dfca43624a (diff)
parentf7d228676cb7669059889c4225c8a8dc56708c24 (diff)
Merge commit 'f7d228676cb7669059889c4225c8a8dc56708c24'
* commit 'f7d228676cb7669059889c4225c8a8dc56708c24': mpeg4videodec: move intra_dc_threshold 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 dbad7f681a..5fd5ecb0c4 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -84,6 +84,8 @@ typedef struct Mpeg4DecContext {
int enhancement_type;
int scalability;
int use_intra_dc_vlc;
+ ///< QP above whch the ac VLC should be used for intra dc
+ int intra_dc_threshold;
/* bug workarounds */
int divx_version;