]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmv2dec.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / wmv2dec.c
index 7aae11568c82b5c51eeb8f1f22a43445d68063f0..c500e3e7797d6a9058ab9b546489a0559a968d61 100644 (file)
@@ -513,7 +513,7 @@ static av_cold int wmv2_decode_end(AVCodecContext *avctx)
     return ff_h263_decode_end(avctx);
 }
 
-AVCodec ff_wmv2_decoder = {
+const AVCodec ff_wmv2_decoder = {
     .name           = "wmv2",
     .long_name      = NULL_IF_CONFIG_SMALL("Windows Media Video 8"),
     .type           = AVMEDIA_TYPE_VIDEO,