Commit 9dc30d08 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '87de6ddb'

* commit '87de6ddb':
  libfdk-aacdec: Bump the max number of channels to 8
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents fdca9350 87de6ddb
......@@ -54,7 +54,7 @@ typedef struct FDKAACDecContext {
#define DMX_ANC_BUFFSIZE 128
#define DECODER_MAX_CHANNELS 6
#define DECODER_MAX_CHANNELS 8
#define DECODER_BUFFSIZE 2048 * sizeof(INT_PCM)
#define OFFSET(x) offsetof(FDKAACDecContext, x)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment