X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fnspdec.c;h=68f8f99eb3c54285789c3f540ec170909ed2d167;hb=e0c8e517b6a0d82d8837f78425b62132443ecf15;hp=34c747b65ea8aeff58e8f25e88ae6f51b790d32d;hpb=4069096dd535ee99175c2a29c1a1f59c3fc110c1;p=ffmpeg diff --git a/libavformat/nspdec.c b/libavformat/nspdec.c index 34c747b65ea..68f8f99eb3c 100644 --- a/libavformat/nspdec.c +++ b/libavformat/nspdec.c @@ -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"))