]> git.sesse.net Git - ffmpeg/commit
tools/target_dec_fuzzer: assume that discarded audio packets produced max samples
authorMichael Niedermayer <michael@niedermayer.cc>
Fri, 25 Sep 2020 22:14:46 +0000 (00:14 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Sun, 18 Oct 2020 19:27:23 +0000 (21:27 +0200)
commitc0c6b68ddbe6f7d35e2cb62a7c44970f9475eddd
tree56489ae13460ff6ea067288765d35c936cda3e84
parentc062dd74d7b12f661cd2ccde832bb27b990aee82
tools/target_dec_fuzzer: assume that discarded audio packets produced max samples

We do not know how many samples these produce as its not exported.
Alternatively we could export that but as long as its not we better
assume its more than 0 as otherwise the thresholds would not work

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
tools/target_dec_fuzzer.c