X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fastdec.c;h=9d2174f70d616f7dd368ec563caa5cc8f1ee6dbb;hb=262eef6b899ca39f80296e6eb701e895549d8a83;hp=4ba08c21807d3c4049400b5c22b9dba634e0d489;hpb=0c126431f9b290f5651ec62f45627632d94c51ea;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;