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/cri.c')
-rw-r--r--libavcodec/cri.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/cri.c b/libavcodec/cri.c
index 0558d0c8dd..dfea24d979 100644
--- a/libavcodec/cri.c
+++ b/libavcodec/cri.c
@@ -424,7 +424,7 @@ static av_cold int cri_decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_cri_decoder = {
+const AVCodec ff_cri_decoder = {
.name = "cri",
.type = AVMEDIA_TYPE_VIDEO,
.id = AV_CODEC_ID_CRI,