lavf: Constify the probe function argument.
Reviewed-by: Lauri Kasanen Reviewed-by: Tomas Härdin
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
#include "avformat.h"
|
||||
#include "internal.h"
|
||||
|
||||
static int dcstr_probe(AVProbeData *p)
|
||||
static int dcstr_probe(const AVProbeData *p)
|
||||
{
|
||||
if (p->buf_size < 224 || memcmp(p->buf + 213, "Sega Stream", 11))
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user