mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-22 16:40:18 +08:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -32,7 +32,7 @@ typedef struct RedSparkContext {
|
||||
int samples_count;
|
||||
} RedSparkContext;
|
||||
|
||||
static int redspark_probe(AVProbeData *p)
|
||||
static int redspark_probe(const AVProbeData *p)
|
||||
{
|
||||
uint32_t key, data;
|
||||
uint8_t header[8];
|
||||
|
Reference in New Issue
Block a user