mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit '1b6f84a98665a15130e969fd6b460a05d50090c1'
* commit '1b6f84a98665a15130e969fd6b460a05d50090c1': h264_refs: Do not print check_opcodes() return value Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
65af5e815a
@ -815,7 +815,7 @@ int ff_h264_decode_ref_pic_marking(H264Context *h, GetBitContext *gb,
|
|||||||
h->mmco_index = mmco_index;
|
h->mmco_index = mmco_index;
|
||||||
} else if (!first_slice && mmco_index >= 0 &&
|
} else if (!first_slice && mmco_index >= 0 &&
|
||||||
(mmco_index != h->mmco_index ||
|
(mmco_index != h->mmco_index ||
|
||||||
(i = check_opcodes(h->mmco, mmco_temp, mmco_index)))) {
|
check_opcodes(h->mmco, mmco_temp, mmco_index))) {
|
||||||
av_log(h->avctx, AV_LOG_ERROR,
|
av_log(h->avctx, AV_LOG_ERROR,
|
||||||
"Inconsistent MMCO state between slices [%d, %d]\n",
|
"Inconsistent MMCO state between slices [%d, %d]\n",
|
||||||
mmco_index, h->mmco_index);
|
mmco_index, h->mmco_index);
|
||||||
|
Loading…
Reference in New Issue
Block a user