summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
authorRyutaroh Matsumoto <ryutaroh@it.ss.titech.ac.jp>2002-12-20 23:10:58 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-12-20 23:10:58 +0000
commitc6c11cb6c620af1e4d4d96b373456b83cfec1ae5 (patch)
tree4c1bdbee1236377c8c57c7bcc19c0ce4096560bb /libavformat/asf.c
parent732d9245c936a2e1ed298e4fae9c31e53bfde777 (diff)
mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 9c327133b2..79d720819b 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -1217,7 +1217,7 @@ static AVInputFormat asf_iformat = {
static AVOutputFormat asf_oformat = {
"asf",
"asf format",
- "application/octet-stream",
+ "video/x-ms-asf",
"asf,wmv",
sizeof(ASFContext),
#ifdef CONFIG_MP3LAME
@@ -1234,7 +1234,7 @@ static AVOutputFormat asf_oformat = {
static AVOutputFormat asf_stream_oformat = {
"asf_stream",
"asf format",
- "application/octet-stream",
+ "video/x-ms-asf",
"asf,wmv",
sizeof(ASFContext),
#ifdef CONFIG_MP3LAME