aacenc: replace VLA with fixed size
authorMåns Rullgård <mans@mansr.com>
Tue, 6 Jul 2010 00:06:15 +0000 (00:06 +0000)
committerMåns Rullgård <mans@mansr.com>
Tue, 6 Jul 2010 00:06:15 +0000 (00:06 +0000)
commit86e41bc300d30ea2667a98f5581aee54a1c9312a
tree86c09ae39a042cb74a30657f35e41013b67db455
parent1b364fd26ec900a1d0fd67188c17096d237e486f
aacenc: replace VLA with fixed size

Number of channels is restricted to 6 so the size is acceptable
for the stack.

Originally committed as revision 24068 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/aacenc.c