]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swf.c
avformat/dump: Remove remnants of codec timebase
[ffmpeg] / libavformat / swf.c
index 1aa434a0ead2c54014a44ba270cc1ed6b420413a..a3471d917a1225ae951e8388402ca1fc3d98d111 100644 (file)
@@ -23,7 +23,9 @@
 #include "internal.h"
 
 const AVCodecTag ff_swf_codec_tags[] = {
-    { AV_CODEC_ID_FLV1, 0x02 },
-    { AV_CODEC_ID_VP6F, 0x04 },
-    { AV_CODEC_ID_NONE,    0 },
+    { AV_CODEC_ID_FLV1,     0x02 },
+    { AV_CODEC_ID_FLASHSV,  0x03 },
+    { AV_CODEC_ID_VP6F,     0x04 },
+    { AV_CODEC_ID_VP6A,     0x05 },
+    { AV_CODEC_ID_NONE,        0 },
 };