logical err
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@957 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
edaa6870e8
commit
76109c5124
|
@ -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;
|
unsigned int flag = 0;
|
||||||
|
|
||||||
if (perfect) {
|
if (perfect) {
|
||||||
|
|
Loading…
Reference in New Issue