mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-19 23:26:14 +08: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