wmv format is asf format
authorFabrice Bellard <fabrice@bellard.org>
Sun, 23 Sep 2001 17:15:21 +0000 (17:15 +0000)
committerFabrice Bellard <fabrice@bellard.org>
Sun, 23 Sep 2001 17:15:21 +0000 (17:15 +0000)
Originally committed as revision 139 to svn://svn.ffmpeg.org/ffmpeg/trunk

libav/asf.c

index a447b14..41b1369 100644 (file)
@@ -939,7 +939,7 @@ AVFormat asf_format = {
     "asf",
     "asf format",
     "application/octet-stream",
-    "asf",
+    "asf,wmv",
     CODEC_ID_MP2,
     CODEC_ID_MSMPEG4,
     asf_write_header,