summaryrefslogtreecommitdiff
path: root/libavformat/msf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/msf.c')
-rw-r--r--libavformat/msf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/msf.c b/libavformat/msf.c
index 6bd18f29bd..155f488e44 100644
--- a/libavformat/msf.c
+++ b/libavformat/msf.c
@@ -23,7 +23,7 @@
#include "avformat.h"
#include "internal.h"
-static int msf_probe(AVProbeData *p)
+static int msf_probe(const AVProbeData *p)
{
if (memcmp(p->buf, "MSF", 3))
return 0;