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
|
|
@ -25,7 +25,7 @@
|
|||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
|
||||
static int apc_probe(AVProbeData *p)
|
||||
static int apc_probe(const AVProbeData *p)
|
||||
{
|
||||
if (!strncmp(p->buf, "CRYO_APC", 8))
|
||||
return AVPROBE_SCORE_MAX;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue