summaryrefslogtreecommitdiff
path: root/libavformat/hcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/hcom.c')
-rw-r--r--libavformat/hcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/hcom.c b/libavformat/hcom.c
index 35515cc5b2..0d1736b620 100644
--- a/libavformat/hcom.c
+++ b/libavformat/hcom.c
@@ -25,7 +25,7 @@
#include "internal.h"
#include "pcm.h"
-static int hcom_probe(AVProbeData *p)
+static int hcom_probe(const AVProbeData *p)
{
if (p->buf_size < 132)
return 0;