summaryrefslogtreecommitdiff
path: root/libavformat/shortendec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/shortendec.c')
-rw-r--r--libavformat/shortendec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/shortendec.c b/libavformat/shortendec.c
index 42fcdf75c3..b02984a3f7 100644
--- a/libavformat/shortendec.c
+++ b/libavformat/shortendec.c
@@ -25,7 +25,7 @@
#include "rawdec.h"
#include "libavcodec/golomb.h"
-static int shn_probe(AVProbeData *p)
+static int shn_probe(const AVProbeData *p)
{
GetBitContext gb;
int version, internal_ftype, channels, blocksize;