X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fepafdec.c;h=16239ee4af55365eb1e6ee2dadd03a770cd7c9e4;hb=0bf3a7361d17d596a5044882098f56817db0e103;hp=0cd9627a4b220b8baa3369574b945183032e3190;hpb=a12063b118ad05409ff775ba30fab00265ad3031;p=ffmpeg diff --git a/libavformat/epafdec.c b/libavformat/epafdec.c index 0cd9627a4b2..16239ee4af5 100644 --- a/libavformat/epafdec.c +++ b/libavformat/epafdec.c @@ -25,7 +25,7 @@ #include "internal.h" #include "pcm.h" -static int epaf_probe(AVProbeData *p) +static int epaf_probe(const AVProbeData *p) { if (((AV_RL32(p->buf) == MKTAG('f','a','p',' ') && AV_RL32(p->buf + 8) == 1) ||