diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-01 18:14:24 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-01-10 04:50:46 +0100 |
commit | 42c54d4cc3aba5aff1084c46fad6b0243cdbce1b (patch) | |
tree | aac0e014a59835d3c38e7413ca02dc2792902ef3 | |
parent | 53d6bf662773b7dc579c50757c1842d2801b4013 (diff) | |
download | ffmpeg-42c54d4cc3aba5aff1084c46fad6b0243cdbce1b.tar.gz |
avcodec/codec_desc: Add ff_aac_profiles to aac_latm
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
-rw-r--r-- | libavcodec/codec_desc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index e81450719a..5fbe624055 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -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, |