You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -232,7 +232,7 @@ static int probe_openmpt_extension(AVProbeData *p)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static int read_probe_openmpt(AVProbeData *p)
|
||||
static int read_probe_openmpt(const AVProbeData *p)
|
||||
{
|
||||
#if OPENMPT_API_VERSION_AT_LEAST(0,3,0)
|
||||
int probe_result;
|
||||
|
||||
Reference in New Issue
Block a user