Replace all CODEC_ID_* with AV_CODEC_ID_*
This commit is contained in:
@@ -395,7 +395,7 @@ static const uint64_t aac_channel_layout[] = {
|
||||
AVCodec ff_libfdk_aac_encoder = {
|
||||
.name = "libfdk_aac",
|
||||
.type = AVMEDIA_TYPE_AUDIO,
|
||||
.id = CODEC_ID_AAC,
|
||||
.id = AV_CODEC_ID_AAC,
|
||||
.priv_data_size = sizeof(AACContext),
|
||||
.init = aac_encode_init,
|
||||
.encode2 = aac_encode_frame,
|
||||
|
||||
Reference in New Issue
Block a user