[FFmpeg-cvslog] tools/target_dem_fuzzer: remove unused fuzz_tag

Kacper Michajłow git at videolan.org
Sat Jun 7 15:39:43 EEST 2025


ffmpeg | branch: master | Kacper Michajłow <kasper93 at gmail.com> | Fri Jun  6 19:20:35 2025 +0200| [d811966ba6c276d1e942c63acfe0fa0e34a75506] | committer: Michael Niedermayer

tools/target_dem_fuzzer: remove unused fuzz_tag

Signed-off-by: Kacper Michajłow <kasper93 at gmail.com>
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d811966ba6c276d1e942c63acfe0fa0e34a75506
---

 tools/target_dem_fuzzer.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/tools/target_dem_fuzzer.c b/tools/target_dem_fuzzer.c
index 19bc1f09c1..e169438ceb 100644
--- a/tools/target_dem_fuzzer.c
+++ b/tools/target_dem_fuzzer.c
@@ -98,10 +98,7 @@ static int64_t io_seek(void *opaque, int64_t offset, int whence)
 const uint32_t maxiteration = 8096;
 const int maxblocks= 50000;
 
-static const uint64_t FUZZ_TAG = 0x4741542D5A5A5546ULL;
-
 int LLVMFuzzerTestOneInput(const uint8_t *data, size_t size) {
-    const uint64_t fuzz_tag = FUZZ_TAG;
     uint32_t it = 0;
     AVFormatContext *avfmt = avformat_alloc_context();
     AVPacket *pkt;



More information about the ffmpeg-cvslog mailing list