mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-12 01:40:04 +01:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -61,7 +61,7 @@ static int get_swf_tag(AVIOContext *pb, int *len_ptr)
|
||||
}
|
||||
|
||||
|
||||
static int swf_probe(AVProbeData *p)
|
||||
static int swf_probe(const AVProbeData *p)
|
||||
{
|
||||
GetBitContext gb;
|
||||
int len, xmin, xmax, ymin, ymax;
|
||||
|
||||
Reference in New Issue
Block a user