X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwmavoice.c;h=a9d50f95ca9e643e7fa17ba16c72e1c25f048ef6;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=2cb4219b84849610bded00b921c5b6a15e06ffdc;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index 2cb4219b848..a9d50f95ca9 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -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,