]> git.sesse.net Git - ffmpeg/commit
aacenc: allocate a larger buffer for the TNS LPC context
authorRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 1 Sep 2015 05:40:12 +0000 (06:40 +0100)
committerRostislav Pehlivanov <atomnuker@gmail.com>
Tue, 1 Sep 2015 05:40:12 +0000 (06:40 +0100)
commitd09f9c45c7554e6d9b20be5b640f67fcf053250b
tree6b606b9ff99096a33e976c68e2ada77ed138ac49
parent0fc3a51353509df107a8da192d8377f0121f7ab9
aacenc: allocate a larger buffer for the TNS LPC context

Turns out autocorrelating more than 750 coefficients at once
will cause a segfault, despite there being enough space to
hold an entire frame of samples into the buffer.

Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
libavcodec/aacenc.c