summaryrefslogtreecommitdiff
path: root/libavformat/swf.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-01-21 13:43:40 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2008-01-21 13:43:40 +0000
commitafecbec22b029d5b83a7ac4d5691b121743a4cd9 (patch)
tree2838d172e36976c5c3959c79bd504b68fe68eb59 /libavformat/swf.c
parent7055cdacab305caf36c035060d695f4fa1dfce1d (diff)
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
Diffstat (limited to 'libavformat/swf.c')
-rw-r--r--libavformat/swf.c2
1 files changed, 1 insertions, 1 deletions
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,