You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Add missing ff_ before the AVCodec struct for wmalossless
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user