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/avuidec.c')
-rw-r--r--libavcodec/avuidec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avuidec.c b/libavcodec/avuidec.c
index 4cf620d43a..f7172845c3 100644
--- a/libavcodec/avuidec.c
+++ b/libavcodec/avuidec.c
@@ -119,7 +119,7 @@ static int avui_decode_frame(AVCodecContext *avctx, void *data,
return avpkt->size;
}
-AVCodec ff_avui_decoder = {
+const AVCodec ff_avui_decoder = {
.name = "avui",
.long_name = NULL_IF_CONFIG_SMALL("Avid Meridien Uncompressed"),
.type = AVMEDIA_TYPE_VIDEO,