diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2011-11-29 22:22:44 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2011-12-03 08:24:27 -0800 |
commit | adedd840e20cbcf6b23b41d415581dc03bcce4c6 (patch) | |
tree | d049a9d2155f167b474f9bf7047ff730eddf1ffc /libavcodec/h264.h | |
parent | 55a280569f0e886d62076a60888601ab9a7a4b42 (diff) | |
download | ffmpeg-adedd840e20cbcf6b23b41d415581dc03bcce4c6.tar.gz |
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.h | 1 |
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 |