Commit 42c54d4c authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/codec_desc: Add ff_aac_profiles to aac_latm

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 53d6bf66
......@@ -2446,6 +2446,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.name = "aac_latm",
.long_name = NULL_IF_CONFIG_SMALL("AAC LATM (Advanced Audio Coding LATM syntax)"),
.props = AV_CODEC_PROP_LOSSY,
.profiles = NULL_IF_CONFIG_SMALL(ff_aac_profiles),
},
{
.id = AV_CODEC_ID_QDMC,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment