mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-08 08:51:50 +00:00
FS-7679 revert unwanted change
This commit is contained in:
parent
6a102816f6
commit
c014c00bbf
@ -5014,7 +5014,7 @@ static void *SWITCH_THREAD_FUNC video_helper_thread(switch_thread_t *thread, voi
|
||||
} else if (switch_channel_test_flag(channel, CF_VIDEO_DECODED_READ)) {
|
||||
send_blank = 1;
|
||||
}
|
||||
send_blank = 1;
|
||||
|
||||
if ((send_blank || switch_channel_test_flag(channel, CF_VIDEO_BLANK)) &&
|
||||
!session->video_read_callback && !switch_channel_test_flag(session->channel, CF_BRIDGED)) {
|
||||
fr.img = blank_img;
|
||||
|
Loading…
x
Reference in New Issue
Block a user