]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wmavoice.c
avcodec: Constify AVCodecs
[ffmpeg] / libavcodec / wmavoice.c
index 2cb4219b84849610bded00b921c5b6a15e06ffdc..a9d50f95ca9e643e7fa17ba16c72e1c25f048ef6 100644 (file)
@@ -1997,7 +1997,7 @@ static av_cold int wmavoice_decode_end(AVCodecContext *ctx)
     return 0;
 }
 
-AVCodec ff_wmavoice_decoder = {
+const AVCodec ff_wmavoice_decoder = {
     .name             = "wmavoice",
     .long_name        = NULL_IF_CONFIG_SMALL("Windows Media Audio Voice"),
     .type             = AVMEDIA_TYPE_AUDIO,