This commit is contained in:
windy-wang 2025-01-17 16:40:18 +00:00 committed by GitHub
commit 258375db26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}