mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
avcodec/codec_desc: Add ff_aac_profiles to aac_latm
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
53d6bf6627
commit
42c54d4cc3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user