diff options
author | Anton Khirnov <anton@khirnov.net> | 2013-11-26 14:34:52 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2013-11-29 17:35:13 +0100 |
commit | 3b1c0f686d5a162ceb5048910a7ce0bf7ed3a1ab (patch) | |
tree | fd0746b73dfbbaa78c9e0c98ae2903057ef24465 /libavcodec/mpeg4video.h | |
parent | e89247debd5276d57ce4a26516224204f9541af0 (diff) | |
download | ffmpeg-3b1c0f686d5a162ceb5048910a7ce0bf7ed3a1ab.tar.gz |
mpeg4videodec: move new_pred from MpegEncContext to Mpeg4DecContext
Diffstat (limited to 'libavcodec/mpeg4video.h')
-rw-r--r-- | libavcodec/mpeg4video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpeg4video.h b/libavcodec/mpeg4video.h index 60857cce11..6a143e1eb4 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; |