mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
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 svag_probe(AVProbeData *p)
|
||||
static int svag_probe(const AVProbeData *p)
|
||||
{
|
||||
if (memcmp(p->buf, "Svag", 4))
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user