Add missing ff_ before the AVCodec struct for wmalossless

This commit is contained in:
Mashiat Sarker Shakkhar 2011-10-16 23:45:10 +05:00
parent 4d9d9a443f
commit fa3e0190f9
1 changed files with 1 additions and 1 deletions

View File

@ -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,