You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
tools/target_dec_fuzzer: Fuzz skip_frame
Should allow coverage of related code Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -266,6 +266,8 @@ int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
|
||||
|
||||
ctx->idct_algo = bytestream2_get_byte(&gbc) % 25;
|
||||
flushpattern = bytestream2_get_le64(&gbc);
|
||||
ctx->skip_frame = bytestream2_get_byte(&gbc) - 254 + AVDISCARD_ALL;
|
||||
|
||||
|
||||
if (flags & 0x20) {
|
||||
switch (ctx->codec_id) {
|
||||
|
Reference in New Issue
Block a user