[pulseaudio-commits] r2301 - /branches/glitch-free/src/pulsecore/resampler.c
svnmailer-noreply at 0pointer.de
svnmailer-noreply at 0pointer.de
Wed Apr 23 11:11:16 PDT 2008
Author: lennart
Date: Wed Apr 23 20:11:14 2008
New Revision: 2301
URL: http://0pointer.de/cgi-bin/viewcvs.cgi?rev=2301&root=pulseaudio&view=rev
Log:
drop a misplaced newline
Modified:
branches/glitch-free/src/pulsecore/resampler.c
Modified: branches/glitch-free/src/pulsecore/resampler.c
URL: http://0pointer.de/cgi-bin/viewcvs.cgi/branches/glitch-free/src/pulsecore/resampler.c?rev=2301&root=pulseaudio&r1=2300&r2=2301&view=diff
==============================================================================
--- branches/glitch-free/src/pulsecore/resampler.c (original)
+++ branches/glitch-free/src/pulsecore/resampler.c Wed Apr 23 20:11:14 2008
@@ -1442,7 +1442,6 @@
pa_assert(o_index * fz < pa_memblock_get_length(output->memblock));
-
if (r->work_format == PA_SAMPLE_S16NE) {
unsigned i, c;
int16_t *s = (int16_t*) ((uint8_t*) src + fz * j);
More information about the pulseaudio-commits
mailing list