]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/wvedec.c
avfilter: Constify all AVFilters
[ffmpeg] / libavformat / wvedec.c
index 89c00016cdc2a3e178d65a28047eea6362c64f43..4d9d3e52093b87b8521a05062acc6de342349fae 100644 (file)
@@ -22,7 +22,7 @@
 #include "internal.h"
 #include "pcm.h"
 
-static int wve_probe(AVProbeData *p)
+static int wve_probe(const AVProbeData *p)
 {
     if (memcmp(p->buf, "ALawSoundFile**\0\017\020", 18) ||
         memcmp(p->buf + 22, "\0\0\0\1\0\0\0\0\0\0", 10))