summaryrefslogtreecommitdiff
path: root/libavformat/gdv.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/gdv.c')
-rw-r--r--libavformat/gdv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/gdv.c b/libavformat/gdv.c
index 3ead383892..b698497a6a 100644
--- a/libavformat/gdv.c
+++ b/libavformat/gdv.c
@@ -34,7 +34,7 @@ typedef struct GDVContext {
unsigned pal[256];
} GDVContext;
-static int gdv_read_probe(AVProbeData *p)
+static int gdv_read_probe(const AVProbeData *p)
{
if (AV_RL32(p->buf) == 0x29111994)
return AVPROBE_SCORE_MAX;