fuzzers: enable edl, file and lavf protocols

To close already fixes issues on OSS-Fuzz.

Hopefully there is enough space for those. There is no way of checking
that, except that it stops working.
This commit is contained in:
Kacper Michajłow 2024-06-17 20:27:57 +02:00
parent b3b542af51
commit 8e7d442f08
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ add_languages('cpp', native: false)
executable('fuzzer_loadfile_direct', 'fuzzer_loadfile_direct.c',
link_language: 'cpp', include_directories: incdir, link_with: libmpv)
protocols = ['memory']
protocols = ['edl', 'file', 'lavf', 'memory']
demuxers = ['mkv']
if features['cdda']