Add missing ff_ before the AVCodec struct for wmalossless

parent 4d9d9a44
......@@ -1155,7 +1155,7 @@ static void flush(AVCodecContext *avctx)
/**
*@brief wmall decoder
*/
AVCodec wmalossless_decoder = {
AVCodec ff_wmalossless_decoder = {
"wmalossless",
AVMEDIA_TYPE_AUDIO,
CODEC_ID_WMALOSSLESS,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment