On Wed, Jan 18, 2012 at 4:50 AM, Benjamin Larsson <[email protected]> wrote:
> On 01/18/2012 09:39 AM, Nathan Caldwell wrote:
>>
>> ---
>>  libavcodec/aacenc.c   |  102
>> +++++++++++++++++++++++++++++-------------------
>>  libavcodec/aacenc.h   |    6 ++-
>>  libavcodec/aacpsy.c   |   11 ++---
>>  libavcodec/psymodel.c |   16 +++-----
>>  libavcodec/psymodel.h |    9 +---
>>  5 files changed, 81 insertions(+), 63 deletions(-)
>>
>> diff --git a/libavcodec/aacenc.c b/libavcodec/aacenc.c
>> index 3dbcbf9..30ea8e5 100644
>> --- a/libavcodec/aacenc.c
>> +++ b/libavcodec/aacenc.c
>> @@ -142,6 +142,18 @@ static const uint8_t aac_chan_configs[6][5] = {
>>  };
>>
>>  /**
>> + * Table to remap channels from SMPTE order to AAC order.
>> + */
>
>
> Do you mean the native libav channel order ? It is not SMPTE. Otherwise the
> code LGTM if it works.
>

Yes, that is what I mean. I thought it was SMPTE order, my mistake. I
guess I'll change it back to match what Justin has for the comment in
the AC-3 encoder ;)

-- 
-Nathan Caldwell
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to