X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavformat%2Fr3d.c;h=224bcf780de925657067dbc6d7129ad6935346c9;hb=c1e439d7e9abab3cebdc937636393b1656e095d9;hp=1f53d847e95ef9750d75393b333aaedce8a70756;hpb=c7812b3bcffaa3fddd141cfa59a41af589766b01;p=ffmpeg diff --git a/libavformat/r3d.c b/libavformat/r3d.c index 1f53d847e95..224bcf780de 100644 --- a/libavformat/r3d.c +++ b/libavformat/r3d.c @@ -368,7 +368,7 @@ static int r3d_read_packet(AVFormatContext *s, AVPacket *pkt) return err; } -static int r3d_probe(AVProbeData *p) +static int r3d_probe(const AVProbeData *p) { if (AV_RL32(p->buf + 4) == MKTAG('R','E','D','1')) return AVPROBE_SCORE_MAX;