diff --git a/libavformat/asf-enc.c b/libavformat/asf-enc.c index ad94872d56..1bc198da9b 100644 --- a/libavformat/asf-enc.c +++ b/libavformat/asf-enc.c @@ -738,7 +738,7 @@ AVOutputFormat asf_oformat = { "asf", "asf format", "video/x-ms-asf", - "asf,wmv", + "asf,wmv,wma", sizeof(ASFContext), #ifdef CONFIG_MP3LAME CODEC_ID_MP3, @@ -755,7 +755,7 @@ AVOutputFormat asf_stream_oformat = { "asf_stream", "asf format", "video/x-ms-asf", - "asf,wmv", + "asf,wmv,wma", sizeof(ASFContext), #ifdef CONFIG_MP3LAME CODEC_ID_MP3,