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