mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -50,7 +50,7 @@ typedef enum avs_block_type {
|
||||
AVS_GAME_DATA = 0x04,
|
||||
} AvsBlockType;
|
||||
|
||||
static int avs_probe(AVProbeData * p)
|
||||
static int avs_probe(const AVProbeData * p)
|
||||
{
|
||||
const uint8_t *d;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user