mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-19 05:49:09 +02:00
H264:Print short+long+max values when they dont match up.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
7ac85f4be8
commit
0ae4aba649
@ -630,7 +630,7 @@ int ff_h264_execute_ref_pic_marking(H264Context *h, MMCO *mmco, int mmco_count){
|
||||
*/
|
||||
av_log(h->s.avctx, AV_LOG_ERROR,
|
||||
"number of reference frames exceeds max (probably "
|
||||
"corrupt input), discarding one\n");
|
||||
"corrupt input), discarding one long:%d short:%d max:%d\n", h->long_ref_count, h->short_ref_count, h->sps.ref_frame_count);
|
||||
|
||||
if (h->long_ref_count && !h->short_ref_count) {
|
||||
for (i = 0; i < 16; ++i)
|
||||
|
Loading…
x
Reference in New Issue
Block a user