X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Foggdec.c;h=e815f421348d811c80559adf7951684037f3eef4;hb=3d5d0301c3d8b0c550db78730e9cfc017d6db5fb;hp=27d16a3e4e5c04cf4ea6d864709dee0ecd558eea;hpb=f05f210526a3dc2d9fa6b1c228e3907ebd1d43c6;p=ffmpeg diff --git a/libavformat/oggdec.c b/libavformat/oggdec.c index 27d16a3e4e5..e815f421348 100644 --- a/libavformat/oggdec.c +++ b/libavformat/oggdec.c @@ -941,7 +941,7 @@ static int ogg_read_seek(AVFormatContext *s, int stream_index, return ret; } -static int ogg_probe(AVProbeData *p) +static int ogg_probe(const AVProbeData *p) { if (!memcmp("OggS", p->buf, 5) && p->buf[5] <= 0x7) return AVPROBE_SCORE_MAX;