]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/nspdec.c
lavf: Constify the probe function argument.
[ffmpeg] / libavformat / nspdec.c
index 34c747b65ea8aeff58e8f25e88ae6f51b790d32d..68f8f99eb3c54285789c3f540ec170909ed2d167 100644 (file)
@@ -25,7 +25,7 @@
 #include "internal.h"
 #include "pcm.h"
 
-static int nsp_probe(AVProbeData *p)
+static int nsp_probe(const AVProbeData *p)
 {
     if (AV_RB32(p->buf) == AV_RB32("FORM") &&
         AV_RB32(p->buf + 4) == AV_RB32("DS16"))