lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
parent
6dc1da416e
commit
4d8875ec23
214 changed files with 256 additions and 256 deletions
|
|
@ -66,7 +66,7 @@ static int check(AVIOContext *pb, int64_t pos, uint32_t *header);
|
|||
|
||||
/* mp3 read */
|
||||
|
||||
static int mp3_read_probe(AVProbeData *p)
|
||||
static int mp3_read_probe(const AVProbeData *p)
|
||||
{
|
||||
int max_frames, first_frames = 0;
|
||||
int whole_used = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue