[FFmpeg-devel] [PATCH] Display decoded frame number on error

Remi Achard remiachard at gmail.com
Fri Jul 12 15:49:36 EEST 2019


>
> This did the trick thanks. For the -v verbose this indeed print the last
> decoded frame on normal run but not when using -xerror.
> Eg.
> [AVIOContext @ 0x7f7f77000080] Statistics: 52700397 bytes read, 4 seeks
>

I guess because print_report is not called when exit_program is called in
check_decode_result.
I don't see the way of printing the corrupted frame on decoding failure
(with -xerror) appart from dumping every frame statistic while decoding
with eg. showinfo filter.


More information about the ffmpeg-devel mailing list