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