X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fwvedec.c;h=4d9d3e52093b87b8521a05062acc6de342349fae;hb=982a98a0e3414109647f885baee1196ee4ffb455;hp=89c00016cdc2a3e178d65a28047eea6362c64f43;hpb=ecb5546e97c479378e057f527cc1d79a46c31cb1;p=ffmpeg diff --git a/libavformat/wvedec.c b/libavformat/wvedec.c index 89c00016cdc..4d9d3e52093 100644 --- a/libavformat/wvedec.c +++ b/libavformat/wvedec.c @@ -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))