logical err

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@957 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2006-03-28 21:22:05 +00:00
parent edaa6870e8
commit 76109c5124
1 changed files with 1 additions and 1 deletions

View File

@ -992,7 +992,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_read_frame(switch_core_session
}
}
if (switch_buffer_inuse(session->raw_read_buffer) >= session->read_codec->implementation->bytes_per_frame) {
if (perfect || switch_buffer_inuse(session->raw_read_buffer) >= session->read_codec->implementation->bytes_per_frame) {
unsigned int flag = 0;
if (perfect) {