*** empty log message ***

This commit is contained in:
llea
2005-02-07 14:49:25 +00:00
parent 598b836c6b
commit e3cb770a88

View File

@ -263,7 +263,7 @@ AudioRtpRTX::run (void) {
} else {
// When IP-phone user click on mute button, we read buffer of a
// temp buffer to avoid delay in sound.
#ifdef
#ifdef ALSA
i = audioDeviceRead->readBuffer (data_mute, 320);
#else
i = audioDevice->readBuffer (data_mute, 320);