Commit 87094371 authored by Michael Niedermayer's avatar Michael Niedermayer

.wma

Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9499ebff
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment