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