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/hcadec.c')
-rw-r--r--libavcodec/hcadec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hcadec.c b/libavcodec/hcadec.c
index 9c3eda21af..c98f8eb379 100644
--- a/libavcodec/hcadec.c
+++ b/libavcodec/hcadec.c
@@ -445,7 +445,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_hca_decoder = {
+const AVCodec ff_hca_decoder = {
.name = "hca",
.long_name = NULL_IF_CONFIG_SMALL("CRI HCA"),
.type = AVMEDIA_TYPE_AUDIO,