[FFmpeg-cvslog] r11588 - trunk/libavformat/swf.c
bcoudurier
subversion
Mon Jan 21 14:43:41 CET 2008
Author: bcoudurier
Date: Mon Jan 21 14:43:40 2008
New Revision: 11588
Log:
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.
Modified:
trunk/libavformat/swf.c
Modified: trunk/libavformat/swf.c
==============================================================================
--- trunk/libavformat/swf.c (original)
+++ trunk/libavformat/swf.c Mon Jan 21 14:43:40 2008
@@ -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,
More information about the ffmpeg-cvslog
mailing list