mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 02:20:07 +01:00
Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -248,7 +248,7 @@ static void dirac_parse_close(AVCodecParserContext *s)
|
||||
}
|
||||
|
||||
AVCodecParser ff_dirac_parser = {
|
||||
.codec_ids = { CODEC_ID_DIRAC },
|
||||
.codec_ids = { AV_CODEC_ID_DIRAC },
|
||||
.priv_data_size = sizeof(DiracParseContext),
|
||||
.parser_parse = dirac_parse,
|
||||
.parser_close = dirac_parse_close,
|
||||
|
||||
Reference in New Issue
Block a user