]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/dss.c
tools/target_dec_fuzzer: Do not corrupt the packet size return
[ffmpeg] / libavformat / dss.c
index 083eb4ad43b2f9cb1b25f35f53ea2dd47dc1aae4..e5b0be9debc6ebbd7961f413d79079851956c430 100644 (file)
@@ -58,7 +58,7 @@ typedef struct DSSDemuxContext {
     int dss_header_size;
 } DSSDemuxContext;
 
-static int dss_probe(AVProbeData *p)
+static int dss_probe(const AVProbeData *p)
 {
     if (   AV_RL32(p->buf) != MKTAG(0x2, 'd', 's', 's')
         && AV_RL32(p->buf) != MKTAG(0x3, 'd', 's', 's'))