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