summaryrefslogtreecommitdiff
path: root/libavcodec/h264.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2011-11-29 22:22:44 -0800
committerRonald S. Bultje <rsbultje@gmail.com>2011-12-03 08:24:27 -0800
commitadedd840e20cbcf6b23b41d415581dc03bcce4c6 (patch)
treed049a9d2155f167b474f9bf7047ff730eddf1ffc /libavcodec/h264.h
parent55a280569f0e886d62076a60888601ab9a7a4b42 (diff)
h264: fix frame reordering code.
Fixes fate-h264-conformance-{mr2_tandberg_e,mr3_tandberg_b} without requiring -strict 1.
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r--libavcodec/h264.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h
index caea7ba7eb..5280e5155a 100644
--- a/libavcodec/h264.h
+++ b/libavcodec/h264.h
@@ -498,6 +498,7 @@ typedef struct H264Context{
*/
MMCO mmco[MAX_MMCO_COUNT];
int mmco_index;
+ int mmco_reset;
int long_ref_count; ///< number of actual long term references
int short_ref_count; ///< number of actual short term references