X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fomadec.c;h=60cbf3a87fcc166f60c6c1bd6c792d479206a258;hb=2d900d8fe0aaf9c984e024956eb537ecdfe2c949;hp=423d52b3aaf09194f4bda8f6d011def58759f828;hpb=3eea8edf618079e44719fe059ddd953b21ef1ba9;p=ffmpeg diff --git a/libavformat/omadec.c b/libavformat/omadec.c index 423d52b3aaf..60cbf3a87fc 100644 --- a/libavformat/omadec.c +++ b/libavformat/omadec.c @@ -539,7 +539,7 @@ static int oma_read_packet(AVFormatContext *s, AVPacket *pkt) return oc->read_packet(s, pkt); } -static int oma_read_probe(AVProbeData *p) +static int oma_read_probe(const AVProbeData *p) { const uint8_t *buf = p->buf; unsigned tag_len = 0;