OSDN Git Service

unset extension, so code path, and guess format do not choose
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 21 Jan 2008 13:43:40 +0000 (13:43 +0000)
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>
Mon, 21 Jan 2008 13:43:40 +0000 (13:43 +0000)
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

libavformat/swf.c

index 405fb68..387a96c 100644 (file)
@@ -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,