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/wnv1.c')
-rw-r--r--libavcodec/wnv1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wnv1.c b/libavcodec/wnv1.c
index dcf417763c..5d6c91d2d2 100644
--- a/libavcodec/wnv1.c
+++ b/libavcodec/wnv1.c
@@ -133,7 +133,7 @@ static av_cold int decode_init(AVCodecContext *avctx)
return 0;
}
-AVCodec ff_wnv1_decoder = {
+const AVCodec ff_wnv1_decoder = {
.name = "wnv1",
.long_name = NULL_IF_CONFIG_SMALL("Winnov WNV1"),
.type = AVMEDIA_TYPE_VIDEO,