X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Faixdec.c;h=b536bc4b01ea9e4af5eb836cfed3743c3e2418e3;hb=3e076faf3b86bb16f746e7c9b0cf3dac5f9a851a;hp=cad8a1e116e6a142308f2d8e04962e2706665db6;hpb=1a8be90adbaf86faa3053ff98118004ad7711c8c;p=ffmpeg diff --git a/libavformat/aixdec.c b/libavformat/aixdec.c index cad8a1e116e..b536bc4b01e 100644 --- a/libavformat/aixdec.c +++ b/libavformat/aixdec.c @@ -23,7 +23,7 @@ #include "avformat.h" #include "internal.h" -static int aix_probe(AVProbeData *p) +static int aix_probe(const AVProbeData *p) { if (AV_RL32(p->buf) != MKTAG('A','I','X','F') || AV_RB32(p->buf + 8) != 0x01000014 ||