Commit bb1f2e38 authored by michael's avatar michael

.wma


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3951 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 122717c2
......@@ -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