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/tta.c')
-rw-r--r--libavcodec/tta.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c
index f1e159b03d..83e857ae25 100644
--- a/libavcodec/tta.c
+++ b/libavcodec/tta.c
@@ -414,7 +414,7 @@ static const AVClass tta_decoder_class = {
.version = LIBAVUTIL_VERSION_INT,
};
-AVCodec ff_tta_decoder = {
+const AVCodec ff_tta_decoder = {
.name = "tta",
.long_name = NULL_IF_CONFIG_SMALL("TTA (True Audio)"),
.type = AVMEDIA_TYPE_AUDIO,