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
This commit is contained in:
Peter Åstrand 2008-04-25 11:17:21 +00:00
parent fced134989
commit 42abc7d5b2

View File

@ -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;
}
}
}