From 15c71dfd03a699a9ce503bf061d58b88ec49d860 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 15 Aug 2012 09:14:35 +0200 Subject: swf(dec): replace CODEC_ID with AV_CODEC_ID --- libavformat/swf.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavformat/swf.c') diff --git a/libavformat/swf.c b/libavformat/swf.c index 1762991d2b..e6adf69c02 100644 --- a/libavformat/swf.c +++ b/libavformat/swf.c @@ -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 }, }; -- cgit v1.2.3