Merge 61b8e6780d
into 3b58ebc5f3
This commit is contained in:
commit
a63e0f376f
|
@ -4967,7 +4967,7 @@ switch_status_t conference_video_thread_callback(switch_core_session_t *session,
|
|||
|
||||
switch_assert(member);
|
||||
|
||||
if (switch_test_flag(frame, SFF_CNG) || !frame->packet) {
|
||||
if (switch_test_flag(frame, SFF_CNG) || !frame->data) {
|
||||
return SWITCH_STATUS_SUCCESS;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue