Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 17:34:52 +0400
committerAnton Khirnov <anton@khirnov.net>2013-12-05 16:19:22 +0400
commite41ff4210ac1192c62de3052b33a38c7bcf772f2 (patch)
tree4325a0a28b552cc5feefffb4601ea9c490ecf79c /libavcodec/mpeg4video.h
parent3d7c84747d4b68f3929c98a6e09efea8e53634dc (diff)
mpeg4videodec: move use_intra_dc_vlc from MpegEncContext to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r--libavcodec/mpeg4video.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h
index 63956a6414..4e43186753 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -83,6 +83,7 @@ typedef struct Mpeg4DecContext {
int new_pred;
int enhancement_type;
int scalability;
+ int use_intra_dc_vlc;
/* bug workarounds */
int divx_version;