libvorbis: use float input instead of s16
authorJustin Ruggles <justin.ruggles@gmail.com>
Wed, 29 Feb 2012 00:55:10 +0000 (19:55 -0500)
committerJustin Ruggles <justin.ruggles@gmail.com>
Wed, 29 Feb 2012 19:54:24 +0000 (14:54 -0500)
commitc5063e0348db97626aecc17c42fd41718fd62f13
treecd104beba0f3f804239722ee394cc1ddea6cbaf3
parentf15c4281dcabeddb61cb6430e0cc1047173292f8
libvorbis: use float input instead of s16

libvorbis takes float input, so we can just deinterleave/reorder the input
as-is instead of also converting.
libavcodec/libvorbis.c