summaryrefslogtreecommitdiff
path: root/libavformat/genh.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/genh.c')
-rw-r--r--libavformat/genh.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/genh.c b/libavformat/genh.c
index dd4e76d3d9..61adf49964 100644
--- a/libavformat/genh.c
+++ b/libavformat/genh.c
@@ -29,7 +29,7 @@ typedef struct GENHDemuxContext {
unsigned interleave_size;
} GENHDemuxContext;
-static int genh_probe(AVProbeData *p)
+static int genh_probe(const AVProbeData *p)
{
if (AV_RL32(p->buf) != MKTAG('G','E','N','H'))
return 0;