Commit 65f5b96d authored by Rostislav Pehlivanov's avatar Rostislav Pehlivanov

aacenc: increase size of s->planar_samples[] from 6 to 8

Left out of last commit which added support for eight channel audio.
parent 9f3bfe30
......@@ -94,7 +94,7 @@ typedef struct AACEncContext {
FFTContext mdct1024; ///< long (1024 samples) frame transform context
FFTContext mdct128; ///< short (128 samples) frame transform context
AVFloatDSPContext *fdsp;
float *planar_samples[6]; ///< saved preprocessed input
float *planar_samples[8]; ///< saved preprocessed input
int profile; ///< copied from avctx
LPCContext lpc; ///< used by TNS
......
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