diff options
author | James Almer <jamrial@gmail.com> | 2019-11-30 15:57:44 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2019-12-05 20:49:15 -0300 |
commit | 964eb754b456e2bd968b754fd7f3c329264355e4 (patch) | |
tree | 2ce18e7c848bb83ef195debc81ecf4f9c7620bf6 /doc | |
parent | 37f31f4e509fe4ccc56a64edaa6fa3d95ee20466 (diff) | |
download | ffmpeg-964eb754b456e2bd968b754fd7f3c329264355e4.tar.gz |
tools: add a fuzzer tool for bitstream filters
Reviewed-by: Michael Niedermayer <michael@niedermayer.cc>
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/build_system.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build_system.txt b/doc/build_system.txt index 3d6a21a9f3..0b1b0c2054 100644 --- a/doc/build_system.txt +++ b/doc/build_system.txt @@ -48,6 +48,8 @@ config tools/target_dec_<decoder>_fuzzer Build fuzzer to fuzz the specified decoder. +tools/target_bsf_<filter>_fuzzer + Build fuzzer to fuzz the specified bitstream filter. Useful standard make commands: make -t <target> |