From afecbec22b029d5b83a7ac4d5691b121743a4cd9 Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Mon, 21 Jan 2008 13:43:40 +0000 Subject: 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 --- libavformat/swf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/swf.c') diff --git a/libavformat/swf.c b/libavformat/swf.c index 405fb6867b..387a96c5f7 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, -- cgit v1.2.3