X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fh263dec.c;h=0736158bfe477141ed47c080d605669170443824;hb=e83717e63eab1f1b78dc0990e5b8e927097fca29;hp=145fb859021114a9ee534a7b84e28293378dcd59;hpb=7167ac33a8f2c7d063384c267f984f23d2b73854;p=ffmpeg diff --git a/libavformat/h263dec.c b/libavformat/h263dec.c index 145fb859021..0736158bfe4 100644 --- a/libavformat/h263dec.c +++ b/libavformat/h263dec.c @@ -22,7 +22,7 @@ #include "avformat.h" #include "rawdec.h" -static int h263_probe(AVProbeData *p) +static int h263_probe(const AVProbeData *p) { uint64_t code= -1; int i;