diff options
Diffstat (limited to 'libavcodec/h263_parser.c')
-rw-r--r-- | libavcodec/h263_parser.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h263_parser.c b/libavcodec/h263_parser.c index 9a1ba39d11..2e7d4930c3 100644 --- a/libavcodec/h263_parser.c +++ b/libavcodec/h263_parser.c @@ -88,7 +88,7 @@ static int h263_parse(AVCodecParserContext *s, } AVCodecParser ff_h263_parser = { - .codec_ids = { CODEC_ID_H263 }, + .codec_ids = { AV_CODEC_ID_H263 }, .priv_data_size = sizeof(ParseContext), .parser_parse = h263_parse, .parser_close = ff_parse_close, |