X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fh261dec.c;h=b5161ff57de57f3dc12ee58bd4871bcbef1b074d;hb=1ec87f50f42a16f9228444dc08aa8264879f61e1;hp=a1d682128dd28bfc202b86d9902154a383b0e88d;hpb=409e684e79b6ee0c511292326f09b13fe230e58e;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;