]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/swf.c
ffplay: get rid of void casts in the option table
[ffmpeg] / libavformat / swf.c
index d0095077e5a41515ce18582601e7ea8d0d944f68..1aa434a0ead2c54014a44ba270cc1ed6b420413a 100644 (file)
@@ -23,7 +23,7 @@
 #include "internal.h"
 
 const AVCodecTag ff_swf_codec_tags[] = {
-    { CODEC_ID_FLV1, 0x02 },
-    { CODEC_ID_VP6F, 0x04 },
-    { CODEC_ID_NONE,    0 },
+    { AV_CODEC_ID_FLV1, 0x02 },
+    { AV_CODEC_ID_VP6F, 0x04 },
+    { AV_CODEC_ID_NONE,    0 },
 };