Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/dhav.c')
-rw-r--r--libavformat/dhav.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/dhav.c b/libavformat/dhav.c
index 9948783c0b..e6f61eeb66 100644
--- a/libavformat/dhav.c
+++ b/libavformat/dhav.c
@@ -49,7 +49,7 @@ typedef struct DHAVStream {
int64_t pts;
} DHAVStream;
-static int dhav_probe(AVProbeData *p)
+static int dhav_probe(const AVProbeData *p)
{
if (!memcmp(p->buf, "DAHUA", 5))
return AVPROBE_SCORE_MAX;