diff asf.c @ 14:b167760cd0aa libavformat

mimetype fixes patch by (Ryutaroh Matsumoto <ryutaroh at it dot ss dot titech dot ac dot jp>)
author michaelni
date Fri, 20 Dec 2002 23:10:58 +0000
parents 47e502ac6349
children a58a8a53eb46
line wrap: on
line diff
--- a/asf.c	Fri Dec 20 21:05:59 2002 +0000
+++ b/asf.c	Fri Dec 20 23:10:58 2002 +0000
@@ -1217,7 +1217,7 @@
 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_stream_oformat = {
     "asf_stream",
     "asf format",
-    "application/octet-stream",
+    "video/x-ms-asf",
     "asf,wmv",
     sizeof(ASFContext),
 #ifdef CONFIG_MP3LAME