diff options
author | Ryutaroh Matsumoto <ryutaroh@it.ss.titech.ac.jp> | 2002-12-20 23:10:58 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2002-12-20 23:10:58 +0000 |
commit | c6c11cb6c620af1e4d4d96b373456b83cfec1ae5 (patch) | |
tree | 4c1bdbee1236377c8c57c7bcc19c0ce4096560bb /libavformat/asf.c | |
parent | 732d9245c936a2e1ed298e4fae9c31e53bfde777 (diff) | |
download | ffmpeg-c6c11cb6c620af1e4d4d96b373456b83cfec1ae5.tar.gz |
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.c | 4 |
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 |