summaryrefslogtreecommitdiff
path: root/libavformat/musx.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/musx.c')
-rw-r--r--libavformat/musx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/musx.c b/libavformat/musx.c
index aff6c31a86..8537eb7e72 100644
--- a/libavformat/musx.c
+++ b/libavformat/musx.c
@@ -23,7 +23,7 @@
#include "avformat.h"
#include "internal.h"
-static int musx_probe(AVProbeData *p)
+static int musx_probe(const AVProbeData *p)
{
if (memcmp(p->buf, "MUSX", 4))
return 0;