summaryrefslogtreecommitdiff
path: root/libavformat/wsddec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/wsddec.c')
-rw-r--r--libavformat/wsddec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/wsddec.c b/libavformat/wsddec.c
index 81a4dcc71e..dfa8014b1c 100644
--- a/libavformat/wsddec.c
+++ b/libavformat/wsddec.c
@@ -25,7 +25,7 @@
#include "internal.h"
#include "rawdec.h"
-static int wsd_probe(AVProbeData *p)
+static int wsd_probe(const AVProbeData *p)
{
if (p->buf_size < 45 || memcmp(p->buf, "1bit", 4) ||
!AV_RB32(p->buf + 36) || !p->buf[44] ||