X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fmtaf.c;h=8764a43a79589995e6534562b96cc39ba15a6d4c;hb=e8fdb0db16c5ca8ad382b20874b4a454be6b79ae;hp=b25c2aa40219f892a07dfefd793f5be1bf8fe617;hpb=768b07e3bca7e81d2f9c60badb3973d3d88481dc;p=ffmpeg diff --git a/libavformat/mtaf.c b/libavformat/mtaf.c index b25c2aa4021..8764a43a795 100644 --- a/libavformat/mtaf.c +++ b/libavformat/mtaf.c @@ -24,7 +24,7 @@ #include "avformat.h" #include "internal.h" -static int mtaf_probe(AVProbeData *p) +static int mtaf_probe(const AVProbeData *p) { if (p->buf_size < 0x44) return 0;