summaryrefslogtreecommitdiff
path: root/libavcodec/mpeg4video.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2013-11-30 03:54:35 +0100
committerMichael Niedermayer <michaelni@gmx.at>2013-11-30 03:55:39 +0100
commit1897c4a119d26a4f4781383497c2ab646cf60fe7 (patch)
tree757b9d985e397f160954b8f280f9ff21a77be205 /libavcodec/mpeg4video.h
parent47e5eaf8c9869e8e34e96252b8eeaabec7bcc894 (diff)
parent3b1c0f686d5a162ceb5048910a7ce0bf7ed3a1ab (diff)
Merge commit '3b1c0f686d5a162ceb5048910a7ce0bf7ed3a1ab'
* commit '3b1c0f686d5a162ceb5048910a7ce0bf7ed3a1ab': mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext 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 f378a8d47c..79e1065f3e 100644
--- a/libavcodec/mpeg4video.h
+++ b/libavcodec/mpeg4video.h
@@ -73,6 +73,8 @@ typedef struct Mpeg4DecContext {
///< time distance of first I -> B, used for interlaced b frames
int t_frame;
+ int new_pred;
+
/* bug workarounds */
int divx_version;
int divx_build;