OSDN Git Service

vorbisenc: avoid large stack allocation.
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Tue, 2 Sep 2014 22:22:41 +0000 (00:22 +0200)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 3 Sep 2014 19:22:59 +0000 (21:22 +0200)
commit235d401bfa407806a468379611bd7ed23e5cd0df
tree54afbac3b261f0c312bc2d4c122318918088f67f
parentfcfc90ed65efdcb51c68b230e8fdbae541f31870
vorbisenc: avoid large stack allocation.

Code is only used during initialization, so malloc/free
should be fine to use.

Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
libavcodec/vorbisenc.c