Return a sample pointer from DoFilters
commit7b782f6afa0d69459868c4bf954c1d42f0de08a7
authorChris Robinson <chris.kcat@gmail.com>
Mon, 19 May 2014 08:54:52 +0000 (19 01:54 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Mon, 19 May 2014 08:54:52 +0000 (19 01:54 -0700)
treea98a3ef4e5a649b11bcd7041f18be93b967bffc1
parentef9dfe3772b7dd8db641ca841eb3704b23f9ac7e
Return a sample pointer from DoFilters

This allows us to avoid copying samples when no filtering is needed. Doing the
same for resampling would require another temporary buffer in the device.
Alc/mixer.c