You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -106,7 +106,7 @@ static int latm_parse(AVCodecParserContext *s1, AVCodecContext *avctx,
|
||||
}
|
||||
|
||||
AVCodecParser ff_aac_latm_parser = {
|
||||
.codec_ids = { CODEC_ID_AAC_LATM },
|
||||
.codec_ids = { AV_CODEC_ID_AAC_LATM },
|
||||
.priv_data_size = sizeof(LATMParseContext),
|
||||
.parser_parse = latm_parse,
|
||||
.parser_close = ff_parse_close
|
||||
|
||||
Reference in New Issue
Block a user