updated removed blend_image_scaled

This commit is contained in:
lostjared
2018-05-22 04:19:46 -07:00
parent 90a365563b
commit 66d9219673

View File

@@ -189,11 +189,6 @@ void Playback::run() {
cur = current;
mutex_shown.unlock();
ac::orig_frame = frame.clone();
if(blend_set == true && (blend_image_scaled.empty() || blend_image_scaled.size() != frame.size())) {
ac::resolution = frame.size();
cv::resize(blend_image, blend_image_scaled, ac::resolution);
}
if(single_mode == true && alpha > 0) {
filterFade(frame, current_filter, prev_filter, alpha);
drawEffects(frame);