[SCM] libav/experimental: wmv format is asf format

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:30:05 UTC 2013


The following commit has been merged in the experimental branch:
commit a56c66a7efb603055381a916b1c7f05bc0b82275
Author: Fabrice Bellard <fabrice at bellard.org>
Date:   Sun Sep 23 17:15:21 2001 +0000

    wmv format is asf format
    
    
    Originally committed as revision 139 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libav/asf.c b/libav/asf.c
index a447b14..41b1369 100644
--- a/libav/asf.c
+++ b/libav/asf.c
@@ -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,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list