Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -133,7 +133,7 @@ static int mpeg4video_parse(AVCodecParserContext *s,
|
||||
|
||||
|
||||
AVCodecParser ff_mpeg4video_parser = {
|
||||
.codec_ids = { CODEC_ID_MPEG4 },
|
||||
.codec_ids = { AV_CODEC_ID_MPEG4 },
|
||||
.priv_data_size = sizeof(struct Mp4vParseContext),
|
||||
.parser_init = mpeg4video_parse_init,
|
||||
.parser_parse = mpeg4video_parse,
|
||||
|
||||
Reference in New Issue
Block a user