projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db61400
)
tools/target_dec_fuzzer: Print samples decoded like pixels
author
Michael Niedermayer
<michael@niedermayer.cc>
Wed, 25 Sep 2019 18:41:42 +0000
(20:41 +0200)
committer
Michael Niedermayer
<michael@niedermayer.cc>
Thu, 26 Sep 2019 19:02:34 +0000
(21:02 +0200)
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer.c
patch
|
blob
|
history
diff --git
a/tools/target_dec_fuzzer.c
b/tools/target_dec_fuzzer.c
index
6c670d8
..
4af7b26
100644
(file)
--- 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_pixel
s, it);
+ fprintf(stderr, "pixels decoded: %"PRId64",
samples decoded: %"PRId64", iterations: %d\n", ec_pixels, nb_sample
s, it);
av_frame_free(&frame);
avcodec_free_context(&ctx);