swf(dec): replace CODEC_ID with AV_CODEC_ID

This commit is contained in:
Anton Khirnov
2012-08-15 09:14:35 +02:00
parent e0aa5e772b
commit 15c71dfd03
2 changed files with 9 additions and 9 deletions

View 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 },
};