summaryrefslogtreecommitdiff
path: root/libavformat/wvedec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wvedec.c')
-rw-r--r--libavformat/wvedec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wvedec.c b/libavformat/wvedec.c
index 89c00016cd..4d9d3e5209 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))