Merge 61b8e6780d
into 96de8fd377
This commit is contained in:
commit
0b2dabe456
|
@ -4967,7 +4967,7 @@ switch_status_t conference_video_thread_callback(switch_core_session_t *session,
|
||||||
|
|
||||||
switch_assert(member);
|
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;
|
return SWITCH_STATUS_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue