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/mv30.c')
-rw-r--r--libavcodec/mv30.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/mv30.c b/libavcodec/mv30.c
index 7ae264e0f0..21f52679c0 100644
--- a/libavcodec/mv30.c
+++ b/libavcodec/mv30.c
@@ -702,7 +702,7 @@ static av_cold int decode_close(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_mv30_decoder = {
+const AVCodec ff_mv30_decoder = {
.name = "mv30",
.long_name = NULL_IF_CONFIG_SMALL("MidiVid 3.0"),
.type = AVMEDIA_TYPE_VIDEO,