]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/mm.c
tools/target_dec_fuzzer: Do not corrupt the packet size return
[ffmpeg] / libavformat / mm.c
index 8a1382e03cc73bc550e6c18713cafc1be2dbf1de..83b3c200c68ea272cdc2f1a5de039252898b5461 100644 (file)
@@ -58,7 +58,7 @@ typedef struct MmDemuxContext {
   unsigned int audio_pts, video_pts;
 } MmDemuxContext;
 
-static int probe(AVProbeData *p)
+static int probe(const AVProbeData *p)
 {
     int len, type, fps, w, h;
     if (p->buf_size < MM_HEADER_LEN_AV + MM_PREAMBLE_SIZE)