X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fh263dec.c;h=0736158bfe477141ed47c080d605669170443824;hb=e1c4a3ea7d2830a2e6c1e5212066c7995fffbdf2;hp=145fb859021114a9ee534a7b84e28293378dcd59;hpb=ee96ab2db507b95a694f10b152481cf71842de28;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;