[FFmpeg-cvslog] avcodec/codec_desc: Add ff_aac_profiles to aac_latm

Michael Niedermayer git at videolan.org
Sun Jan 10 04:52:04 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Jan  1 18:14:24 2016 +0100| [42c54d4cc3aba5aff1084c46fad6b0243cdbce1b] | committer: Michael Niedermayer

avcodec/codec_desc: Add ff_aac_profiles to aac_latm

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=42c54d4cc3aba5aff1084c46fad6b0243cdbce1b
---

 libavcodec/codec_desc.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c
index e814507..5fbe624 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,



More information about the ffmpeg-cvslog mailing list