mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-11-03 09:41:17 +08:00
lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
#define VIDEO_ID 0x000001e0
|
||||
#define AUDIO_ID 0x000001c0
|
||||
|
||||
static int mpegvideo_probe(AVProbeData *p)
|
||||
static int mpegvideo_probe(const AVProbeData *p)
|
||||
{
|
||||
uint32_t code= -1;
|
||||
int pic=0, seq=0, slice=0, pspack=0, vpes=0, apes=0, res=0, sicle=0;
|
||||
|
||||
Reference in New Issue
Block a user