mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -87,7 +87,7 @@ static int dnxhd_parse(AVCodecParserContext *s,
|
||||
}
|
||||
|
||||
AVCodecParser ff_dnxhd_parser = {
|
||||
.codec_ids = { CODEC_ID_DNXHD },
|
||||
.codec_ids = { AV_CODEC_ID_DNXHD },
|
||||
.priv_data_size = sizeof(ParseContext),
|
||||
.parser_parse = dnxhd_parse,
|
||||
.parser_close = ff_parse_close,
|
||||
|
||||
Reference in New Issue
Block a user