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