From c6c11cb6c620af1e4d4d96b373456b83cfec1ae5 Mon Sep 17 00:00:00 2001 From: Ryutaroh Matsumoto Date: Fri, 20 Dec 2002 23:10:58 +0000 Subject: mimetype fixes patch by (Ryutaroh Matsumoto ) Originally committed as revision 1352 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/asf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavformat/asf.c') 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 -- cgit v1.2.3