summaryrefslogtreecommitdiff
path: root/libavformat/stldec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/stldec.c')
-rw-r--r--libavformat/stldec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/stldec.c b/libavformat/stldec.c
index 35de49322c..d6e0713f8c 100644
--- a/libavformat/stldec.c
+++ b/libavformat/stldec.c
@@ -34,7 +34,7 @@ typedef struct {
FFDemuxSubtitlesQueue q;
} STLContext;
-static int stl_probe(AVProbeData *p)
+static int stl_probe(const AVProbeData *p)
{
char c;
const unsigned char *ptr = p->buf;