summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2013-11-26 14:34:52 +0100
committerAnton Khirnov <anton@khirnov.net>2013-11-29 17:36:05 +0100
commit6e81597d5a89f64dfab5c7e99e46b4355139e324 (patch)
tree74f093c9091bdadcda475c58541201ee247f87ff /libavcodec/mpeg4video.h
parent2992afda83a7d5c0a9ec45bdce76d8abbe0961c5 (diff)
mpeg4videodec: move enhancement_type 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 6a143e1eb4..6337a08208 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -74,6 +74,7 @@ typedef struct Mpeg4DecContext {
int t_frame;
int new_pred;
+ int enhancement_type;
/* bug workarounds */
int divx_version;