lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
#include "avformat.h"
|
||||
#include "rawdec.h"
|
||||
|
||||
static int dirac_probe(AVProbeData *p)
|
||||
static int dirac_probe(const AVProbeData *p)
|
||||
{
|
||||
unsigned size;
|
||||
if (AV_RL32(p->buf) != MKTAG('B', 'B', 'C', 'D'))
|
||||
|
||||
Reference in New Issue
Block a user