mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-13 21:28:01 +02: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",
|
.name = "aac_latm",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("AAC LATM (Advanced Audio Coding LATM syntax)"),
|
.long_name = NULL_IF_CONFIG_SMALL("AAC LATM (Advanced Audio Coding LATM syntax)"),
|
||||||
.props = AV_CODEC_PROP_LOSSY,
|
.props = AV_CODEC_PROP_LOSSY,
|
||||||
|
.profiles = NULL_IF_CONFIG_SMALL(ff_aac_profiles),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.id = AV_CODEC_ID_QDMC,
|
.id = AV_CODEC_ID_QDMC,
|
||||||
|
Loading…
Reference in New Issue
Block a user