mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -62,7 +62,7 @@ typedef struct VmdDemuxContext {
|
||||
unsigned char vmd_header[VMD_HEADER_SIZE];
|
||||
} VmdDemuxContext;
|
||||
|
||||
static int vmd_probe(AVProbeData *p)
|
||||
static int vmd_probe(const AVProbeData *p)
|
||||
{
|
||||
int w, h, sample_rate;
|
||||
if (p->buf_size < 806)
|
||||
|
||||
Reference in New Issue
Block a user