diff options
Diffstat (limited to 'libavcodec/wmavoice.c')
-rw-r--r-- | libavcodec/wmavoice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/wmavoice.c b/libavcodec/wmavoice.c index aa3b2b8737..13011ec234 100644 --- a/libavcodec/wmavoice.c +++ b/libavcodec/wmavoice.c @@ -2018,7 +2018,7 @@ static av_cold void wmavoice_flush(AVCodecContext *ctx) } } -AVCodec wmavoice_decoder = { +AVCodec ff_wmavoice_decoder = { "wmavoice", AVMEDIA_TYPE_AUDIO, CODEC_ID_WMAVOICE, |