X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=libavformat%2Fwvedec.c;h=4d9d3e52093b87b8521a05062acc6de342349fae;hb=2eee34372ff2ae4a4efc348362b904632b1e7cee;hp=89c00016cdc2a3e178d65a28047eea6362c64f43;hpb=4069096dd535ee99175c2a29c1a1f59c3fc110c1;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))