mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
#define BIT_1 0x81
|
||||
|
||||
#if CONFIG_BIT_DEMUXER
|
||||
static int probe(AVProbeData *p)
|
||||
static int probe(const AVProbeData *p)
|
||||
{
|
||||
int i = 0, j, valid = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user