[SCM] libav/experimental: unset extension, so code path, and guess format do not choose avm2/flash 9 by default, not sure this is adequate though, this fixes regression tests.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:12:06 UTC 2013


The following commit has been merged in the experimental branch:
commit afecbec22b029d5b83a7ac4d5691b121743a4cd9
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Mon Jan 21 13:43:40 2008 +0000

    unset extension, so code path, and guess format do not choose
    avm2/flash 9 by default, not sure this is adequate though,
    this fixes regression tests.
    
    Originally committed as revision 11588 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/swf.c b/libavformat/swf.c
index 405fb68..387a96c 100644
--- a/libavformat/swf.c
+++ b/libavformat/swf.c
@@ -805,7 +805,7 @@ AVOutputFormat avm2_muxer = {
     "avm2",
     "Flash 9 (AVM2) format",
     "application/x-shockwave-flash",
-    "swf",
+    NULL,
     sizeof(SWFContext),
     CODEC_ID_MP3,
     CODEC_ID_FLV1,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list