X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Faixdec.c;h=b536bc4b01ea9e4af5eb836cfed3743c3e2418e3;hb=9086af2a0a590c7f576b72379d1708392cd96d5c;hp=cad8a1e116e6a142308f2d8e04962e2706665db6;hpb=64425e005edf3bdd77c34c078c3e74ab5ecef557;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 ||