diff mbox

[FFmpeg-devel] lavc/profiles: Mention AAC-LC only once

Message ID CAB0OVGo9TLE+qfkoX9VbJyy0jOPBe-18ZWrVY_-o3kLGEFT5oA@mail.gmail.com
State Accepted
Headers show

Commit Message

Carl Eugen Hoyos May 30, 2018, 11:47 p.m. UTC
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

Comments

Carl Eugen Hoyos June 6, 2018, 8:37 p.m. UTC | #1
2018-05-31 1:47 GMT+02:00, Carl Eugen Hoyos <ceffmpeg@gmail.com>:

> I noticed that AAC-LC is listed twice in ff_aac_profiles[]

Patch applied.

Carl Eugen
diff mbox

Patch

From e34da28a84796513ed7690c1e51fbab7f740f832 Mon Sep 17 00:00:00 2001
From: Carl Eugen Hoyos <ceffmpeg@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