X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fastdec.c;h=9d2174f70d616f7dd368ec563caa5cc8f1ee6dbb;hb=2d8d554f15a7a27cfeca81467cc9341a86f784e2;hp=4ba08c21807d3c4049400b5c22b9dba634e0d489;hpb=41cd5af3250ef976f0a48adeb6dbccc9b2683e58;p=ffmpeg diff --git a/libavformat/astdec.c b/libavformat/astdec.c index 4ba08c21807..9d2174f70d6 100644 --- a/libavformat/astdec.c +++ b/libavformat/astdec.c @@ -25,7 +25,7 @@ #include "internal.h" #include "ast.h" -static int ast_probe(AVProbeData *p) +static int ast_probe(const AVProbeData *p) { if (AV_RL32(p->buf) != MKTAG('S','T','R','M')) return 0;