Hi! I noticed that AAC-LC is listed twice in ff_aac_profiles[] - is there a reason? And why do some codecs call a profile "codec-main" and some just "main"?
Please comment, Carl Eugen
From e34da28a84796513ed7690c1e51fbab7f740f832 Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos <ceffm...@gmail.com> Date: Thu, 31 May 2018 01:45:26 +0200 Subject: [PATCH] lavc/profiles: Mention AAC-LC only once. --- libavcodec/profiles.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/profiles.c b/libavcodec/profiles.c index d7dc960..c31399f 100644 --- a/libavcodec/profiles.c +++ b/libavcodec/profiles.c @@ -30,7 +30,6 @@ const AVProfile ff_aac_profiles[] = { { FF_PROFILE_AAC_LD, "LD" }, { FF_PROFILE_AAC_ELD, "ELD" }, { FF_PROFILE_AAC_MAIN, "Main" }, - { FF_PROFILE_AAC_LOW, "LC" }, { FF_PROFILE_AAC_SSR, "SSR" }, { FF_PROFILE_AAC_LTP, "LTP" }, { FF_PROFILE_UNKNOWN }, -- 1.7.10.4
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel