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