From 36ef5369ee9b336febc2c270f8718cec4476cb85 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 5 Aug 2012 11:11:04 +0200 Subject: Replace all CODEC_ID_* with AV_CODEC_ID_* --- libavcodec/h261_parser.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/h261_parser.c') diff --git a/libavcodec/h261_parser.c b/libavcodec/h261_parser.c index fb50acfc4a..8a507ee8f2 100644 --- a/libavcodec/h261_parser.c +++ b/libavcodec/h261_parser.c @@ -82,7 +82,7 @@ static int h261_parse(AVCodecParserContext *s, } AVCodecParser ff_h261_parser = { - .codec_ids = { CODEC_ID_H261 }, + .codec_ids = { AV_CODEC_ID_H261 }, .priv_data_size = sizeof(ParseContext), .parser_parse = h261_parse, .parser_close = ff_parse_close, -- cgit v1.2.3