[FFmpeg-devel] [PATCH 5/6] tools/target_dem_fuzzer: make fuzz data pointer constant
Kacper Michajłow
kasper93 at gmail.com
Sun Apr 6 03:39:22 EEST 2025
Mostly to avoid warnings.
Signed-off-by: Kacper Michajłow <kasper93 at gmail.com>
---
tools/target_dem_fuzzer.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/target_dem_fuzzer.c b/tools/target_dem_fuzzer.c
index 8e96fad7f8..19bc1f09c1 100644
--- a/tools/target_dem_fuzzer.c
+++ b/tools/target_dem_fuzzer.c
@@ -29,7 +29,7 @@
typedef struct IOContext {
int64_t pos;
int64_t filesize;
- uint8_t *fuzz;
+ const uint8_t *fuzz;
int fuzz_size;
} IOContext;
--
2.49.0
More information about the ffmpeg-devel
mailing list