]> code.delx.au - pulseaudio/commit
resampler: Make resampler struct implementation agnostic
authorpoljar (Damir Jelić) <poljarinho@gmail.com>
Tue, 18 Jun 2013 12:22:26 +0000 (14:22 +0200)
committerpoljar (Damir Jelić) <poljarinho@gmail.com>
Tue, 27 Aug 2013 10:33:09 +0000 (12:33 +0200)
commit97feeab40c0a185748810be3e92ff19e99a194c4
tree08b4d737420a9523290abb562f2436acd8129496
parent1cd6a3ad70f04511c45bd41b0533e77c03ad8a3e
resampler: Make resampler struct implementation agnostic

The pa_resampler struct contains many implementation specific
structures. These create overhead and don't belong there anyways.

This patch moves the implementation specific structures out of the
pa_resampler structure.
src/pulsecore/resampler.c