X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fh261dec.c;h=b5161ff57de57f3dc12ee58bd4871bcbef1b074d;hb=4de2b035a736ca8b5b7abbee323327031a50873a;hp=a1d682128dd28bfc202b86d9902154a383b0e88d;hpb=1c9ac700dd141e545538a824f5a8cb81bb0a375d;p=ffmpeg diff --git a/libavformat/h261dec.c b/libavformat/h261dec.c index a1d682128dd..b5161ff57de 100644 --- a/libavformat/h261dec.c +++ b/libavformat/h261dec.c @@ -23,7 +23,7 @@ #include "avformat.h" #include "rawdec.h" -static int h261_probe(AVProbeData *p) +static int h261_probe(const AVProbeData *p) { int i; int valid_psc=0;