]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/musx.c
avcodec: fix pcm zork decoder
[ffmpeg] / libavformat / musx.c
index aff6c31a86a22034810c6f5cdbcfcf1e739eae0a..8537eb7e72c0701b55d1ee8e0dee2d0216153300 100644 (file)
@@ -23,7 +23,7 @@
 #include "avformat.h"
 #include "internal.h"
 
-static int musx_probe(AVProbeData *p)
+static int musx_probe(const AVProbeData *p)
 {
     if (memcmp(p->buf, "MUSX", 4))
         return 0;