summaryrefslogtreecommitdiff
path: root/libavformat/dtshddec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dtshddec.c')
-rw-r--r--libavformat/dtshddec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dtshddec.c b/libavformat/dtshddec.c
index 1bd403c843..b1eb7ffb2c 100644
--- a/libavformat/dtshddec.c
+++ b/libavformat/dtshddec.c
@@ -43,7 +43,7 @@ typedef struct DTSHDDemuxContext {
uint64_t data_end;
} DTSHDDemuxContext;
-static int dtshd_probe(AVProbeData *p)
+static int dtshd_probe(const AVProbeData *p)
{
if (AV_RB64(p->buf) == DTSHDHDR)
return AVPROBE_SCORE_MAX;