1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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

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,