Merge commit '87de6ddb7b7674e329d5c96677bd8685bc7f7855'
* commit '87de6ddb7b7674e329d5c96677bd8685bc7f7855': libfdk-aacdec: Bump the max number of channels to 8 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
@@ -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)
|
||||
|
Reference in New Issue
Block a user