mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-28 20:53:54 +02:00
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:
commit
9dc30d0811
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user