[FFmpeg-devel] [PATCH 07/12] tools/target_dec_fuzzer: Print samples decoded like pixels

Paul B Mahol onemda at gmail.com
Thu Sep 26 10:53:19 EEST 2019


lgtm

On 9/25/19, Michael Niedermayer <michael at niedermayer.cc> wrote:
> Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> ---
>  tools/target_dec_fuzzer.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/target_dec_fuzzer.c b/tools/target_dec_fuzzer.c
> index 6c670d8eb9..4af7b26e54 100644
> --- a/tools/target_dec_fuzzer.c
> +++ b/tools/target_dec_fuzzer.c
> @@ -297,7 +297,7 @@ maximums_reached:
>          decode_handler(ctx, frame, &got_frame, &avpkt);
>      } while (got_frame == 1 && it++ < maxiteration);
>
> -    fprintf(stderr, "pixels decoded: %"PRId64", iterations: %d\n",
> ec_pixels, it);
> +    fprintf(stderr, "pixels decoded: %"PRId64", samples decoded: %"PRId64",
> iterations: %d\n", ec_pixels, nb_samples, it);
>
>      av_frame_free(&frame);
>      avcodec_free_context(&ctx);
> --
> 2.23.0
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".


More information about the ffmpeg-devel mailing list