summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-30 04:15:41 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-30 04:15:46 +0100
commitb27ba2e540b873fe8e50280a734194ada002a077 (patch)
treeab788acddcf6a588e2007488defd2c763b6c7dba /libavcodec/mpeg4video.h
parentaeead427896a632c09c13c2b90ba096bf8678ef1 (diff)
parent6e81597d5a89f64dfab5c7e99e46b4355139e324 (diff)
Merge commit '6e81597d5a89f64dfab5c7e99e46b4355139e324'
* commit '6e81597d5a89f64dfab5c7e99e46b4355139e324': mpeg4videodec: move enhancement_type from MpegEncContext to Mpeg4DecContext Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 79e1065f3e..15fe68fc2c 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;