mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 23:17:41 +08:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user