X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fape.c;h=977e6f3d18cb8e408106c73eb82bf80c56a3f0f5;hb=5f64f6058e0c23641a68ce7dfe47b1f55efd401c;hp=c06db7848083192a1af3d4d047586d326013ba73;hpb=409e684e79b6ee0c511292326f09b13fe230e58e;p=ffmpeg diff --git a/libavformat/ape.c b/libavformat/ape.c index c06db784808..977e6f3d18c 100644 --- a/libavformat/ape.c +++ b/libavformat/ape.c @@ -83,7 +83,7 @@ typedef struct APEContext { uint8_t *bittable; } APEContext; -static int ape_probe(AVProbeData * p) +static int ape_probe(const AVProbeData * p) { int version = AV_RL16(p->buf+4); if (AV_RL32(p->buf) != MKTAG('M', 'A', 'C', ' '))