mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 07:45:26 +00:00
FSCORE-300
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12062 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ffe2ad4bbd
commit
9a43df2578
@ -800,7 +800,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_write_frame(switch_core_sess
|
||||
}
|
||||
|
||||
if (session->write_codec) {
|
||||
if (!ptime_mismatch &&
|
||||
if (!ptime_mismatch && write_frame->codec && write_frame->codec->implementation &&
|
||||
write_frame->codec->implementation->decoded_bytes_per_packet == session->write_impl.decoded_bytes_per_packet) {
|
||||
perfect = TRUE;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user