Make Speex read its input directly from the Ogg packet, which makes for less copying...
commit0a77e15ffd5fa421769561fde534fdca92e43923
authorpreglow <preglow@a1c6a512-1295-4272-9138-f99709370657>
Thu, 1 Nov 2007 21:34:15 +0000 (1 21:34 +0000)
committerpreglow <preglow@a1c6a512-1295-4272-9138-f99709370657>
Thu, 1 Nov 2007 21:34:15 +0000 (1 21:34 +0000)
tree899b90e2c80053f010f8a6e552c8943d849ced12
parent5958c677a7e7aecf35082292ef5709e0e7854c85
Make Speex read its input directly from the Ogg packet, which makes for less copying and one less malloc(). Thanks to Jean-Marc Valin for the tip.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15395 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/libspeex/speex_header.c
apps/codecs/speex.c