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.

MvH
Benjamin Larsson
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to