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:18 +0100
commitf7d228676cb7669059889c4225c8a8dc56708c24 (patch)
tree3131d1e9d41698c367364c0d94c3669efb5d2f8f /libavcodec/mpeg4video.h
parenta097f0049b28dc3ed13625e4a42619292c92492f (diff)
mpeg4videodec: move intra_dc_threshold 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 4e43186753..9e1c8d96cf 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;