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/vima.c')
-rw-r--r--libavcodec/vima.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vima.c b/libavcodec/vima.c
index 2dfc2cc5c8..5c7618861f 100644
--- a/libavcodec/vima.c
+++ b/libavcodec/vima.c
@@ -207,7 +207,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
return pkt->size;
}
-AVCodec ff_adpcm_vima_decoder = {
+const AVCodec ff_adpcm_vima_decoder = {
.name = "adpcm_vima",
.long_name = NULL_IF_CONFIG_SMALL("LucasArts VIMA audio"),
.type = AVMEDIA_TYPE_AUDIO,