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:
parent
4d9d9a443f
commit
fa3e0190f9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user