From 42abc7d5b2c837401b0f18b9e8e444d1cea22692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20=C3=85strand?= Date: Fri, 25 Apr 2008 11:17:21 +0000 Subject: [PATCH] Corrected last patch; rdpsnd_dsp_resample_set is not needed, since we perform the duplication ourselves. git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@1470 423420c4-83ab-492f-b58f-81f9feb106b5 --- rdpsnd_sun.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rdpsnd_sun.c b/rdpsnd_sun.c index 7e6f2fb..f4edfaa 100644 --- a/rdpsnd_sun.c +++ b/rdpsnd_sun.c @@ -337,11 +337,6 @@ sun_set_format(RD_WAVEFORMATEX * pwfx) if (broken_2_channel_record) { info.record.channels = 1; - if (rdpsnd_dsp_resample_set(pwfx->nSamplesPerSec, pwfx->wBitsPerSample, 2) - == False) - { - return False; - } } }