[Freeswitch-svn] [commit] r11432 - freeswitch/branches/1.0/src
FreeSWITCH SVN
mikej at freeswitch.org
Thu Jan 22 15:17:39 PST 2009
Author: mikej
Date: Thu Jan 22 17:17:38 2009
New Revision: 11432
Log:
Modified:
freeswitch/branches/1.0/src/switch_core_io.c
Modified: freeswitch/branches/1.0/src/switch_core_io.c
==============================================================================
--- freeswitch/branches/1.0/src/switch_core_io.c (original)
+++ freeswitch/branches/1.0/src/switch_core_io.c Thu Jan 22 17:17:38 2009
@@ -805,7 +805,8 @@
}
if (session->write_codec) {
- if (write_frame->codec->implementation->decoded_bytes_per_packet == session->write_codec->implementation->decoded_bytes_per_packet) {
+ if (!ptime_mismatch &&
+ write_frame->codec->implementation->decoded_bytes_per_packet == session->write_codec->implementation->decoded_bytes_per_packet) {
perfect = TRUE;
} else {
if (!session->raw_write_buffer) {
More information about the Freeswitch-svn
mailing list