X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fepafdec.c;h=16239ee4af55365eb1e6ee2dadd03a770cd7c9e4;hb=e880f4fb387b00a29985dd0041b94e82358df219;hp=0cd9627a4b220b8baa3369574b945183032e3190;hpb=0dc11d8bbd470db89fbc17b7434e992c9129b310;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) ||