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