X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmusx.c;h=8537eb7e72c0701b55d1ee8e0dee2d0216153300;hb=dfb0b9370d3621ab1f603e7bb8e142b1f6996562;hp=aff6c31a86a22034810c6f5cdbcfcf1e739eae0a;hpb=1f1ec958f6c68a5ceafea206a99c895f62d0f3ec;p=ffmpeg diff --git a/libavformat/musx.c b/libavformat/musx.c index aff6c31a86a..8537eb7e72c 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;