]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swf.c
armv4l/float_arm_vfp.o must be added to OBJS-$(HAVE_ARMVFP) list since
[ffmpeg] / libavformat / swf.c
index 405fb6867b1dc452bdcff21c6c100bdc4d552605..9d7d0f27e0556b4d601a289feeeccc8a05e6a07c 100644 (file)
@@ -19,8 +19,9 @@
  * License along with FFmpeg; if not, write to the Free Software
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
+
+#include "libavcodec/bitstream.h"
 #include "avformat.h"
-#include "bitstream.h"
 #include "riff.h"    /* for CodecTag */
 
 /* should have a generic way to indicate probable size */
@@ -805,7 +806,7 @@ AVOutputFormat avm2_muxer = {
     "avm2",
     "Flash 9 (AVM2) format",
     "application/x-shockwave-flash",
-    "swf",
+    NULL,
     sizeof(SWFContext),
     CODEC_ID_MP3,
     CODEC_ID_FLV1,