aacenc: increase size of s->planar_samples[] from 6 to 8
Left out of last commit which added support for eight channel audio.
This commit is contained in:
parent
9f3bfe30dd
commit
65f5b96dd8
@ -94,7 +94,7 @@ typedef struct AACEncContext {
|
|||||||
FFTContext mdct1024; ///< long (1024 samples) frame transform context
|
FFTContext mdct1024; ///< long (1024 samples) frame transform context
|
||||||
FFTContext mdct128; ///< short (128 samples) frame transform context
|
FFTContext mdct128; ///< short (128 samples) frame transform context
|
||||||
AVFloatDSPContext *fdsp;
|
AVFloatDSPContext *fdsp;
|
||||||
float *planar_samples[6]; ///< saved preprocessed input
|
float *planar_samples[8]; ///< saved preprocessed input
|
||||||
|
|
||||||
int profile; ///< copied from avctx
|
int profile; ///< copied from avctx
|
||||||
LPCContext lpc; ///< used by TNS
|
LPCContext lpc; ///< used by TNS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user