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 'libavcodec/takdec.c')
-rw-r--r--libavcodec/takdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/takdec.c b/libavcodec/takdec.c
index 931e5d3fb4..93caaae7ad 100644
--- a/libavcodec/takdec.c
+++ b/libavcodec/takdec.c
@@ -938,7 +938,7 @@ static av_cold int tak_decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_tak_decoder = {
+const AVCodec ff_tak_decoder = {
.name = "tak",
.long_name = NULL_IF_CONFIG_SMALL("TAK (Tom's lossless Audio Kompressor)"),
.type = AVMEDIA_TYPE_AUDIO,