]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-7679 revert unwanted change
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Jun 2015 19:40:06 +0000 (14:40 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 25 Jun 2015 19:40:06 +0000 (14:40 -0500)
src/switch_core_media.c

index 46be6fe0c4f9621f9b021ee324e5fac4bbf4881c..e1d820a1c612f6ac98ec9adf31d10fdf999e0a5b 100644 (file)
@@ -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;