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/twinvqdec.c')
-rw-r--r--libavcodec/twinvqdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/twinvqdec.c b/libavcodec/twinvqdec.c
index 0c1782ecbf..b972facfdd 100644
--- a/libavcodec/twinvqdec.c
+++ b/libavcodec/twinvqdec.c
@@ -414,7 +414,7 @@ static av_cold int twinvq_decode_init(AVCodecContext *avctx)
return ff_twinvq_decode_init(avctx);
}
-AVCodec ff_twinvq_decoder = {
+const AVCodec ff_twinvq_decoder = {
.name = "twinvq",
.long_name = NULL_IF_CONFIG_SMALL("VQF TwinVQ"),
.type = AVMEDIA_TYPE_AUDIO,