[Freeswitch-svn] [commit] r5783 - freeswitch/trunk/src/mod/endpoints/mod_portaudio
Freeswitch SVN
anthm at freeswitch.org
Tue Oct 2 21:10:29 EDT 2007
Author: anthm
Date: Tue Oct 2 21:10:29 2007
New Revision: 5783
Modified:
freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c
Log:
small fix
Modified: freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_portaudio/mod_portaudio.c Tue Oct 2 21:10:29 2007
@@ -1595,8 +1595,8 @@
if (!switch_strlen_zero(argv[4])) {
tech_pvt->sample_rate = atoi(argv[4]);
}
-
- if (!switch_strlen_zero(argv[4])) {
+
+ if (!switch_strlen_zero(argv[5])) {
tech_pvt->codec_ms = atoi(argv[5]);
}
More information about the Freeswitch-svn
mailing list