summaryrefslogtreecommitdiff
path: root/libavformat/asf-enc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2005-02-07 23:13:38 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-02-07 23:13:38 +0000
commit87094371dbe554541a18c01c7e934dc06b37e50f (patch)
tree1c9e7104cd14c988a8cef7fc626784fed32979bc /libavformat/asf-enc.c
parent9499ebff8da7bb7a2917f3d70277cc2125a9cf6d (diff)
.wma
Originally committed as revision 3951 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf-enc.c')
-rw-r--r--libavformat/asf-enc.c4
1 files changed, 2 insertions, 2 deletions
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,