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/aadec.c')
-rw-r--r--libavformat/aadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/aadec.c b/libavformat/aadec.c
index d83f283ffe..dc94061dcf 100644
--- a/libavformat/aadec.c
+++ b/libavformat/aadec.c
@@ -360,7 +360,7 @@ static int aa_read_seek(AVFormatContext *s,
return 1;
}
-static int aa_probe(AVProbeData *p)
+static int aa_probe(const AVProbeData *p)
{
uint8_t *buf = p->buf;