X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Ftakdec.c;h=ee96c279927b082bfe347155c011f108ba893592;hb=e645d7a6d452df83cedcbb1d6708429ceea156da;hp=6fda35c1bef204888b92141669cba04d4cc8fa9d;hpb=493240a522fca34882601fbeeda4e17aa40a0303;p=ffmpeg diff --git a/libavformat/takdec.c b/libavformat/takdec.c index 6fda35c1bef..ee96c279927 100644 --- a/libavformat/takdec.c +++ b/libavformat/takdec.c @@ -35,7 +35,7 @@ typedef struct TAKDemuxContext { int64_t data_end; } TAKDemuxContext; -static int tak_probe(AVProbeData *p) +static int tak_probe(const AVProbeData *p) { if (!memcmp(p->buf, "tBaK", 4)) return AVPROBE_SCORE_EXTENSION;