some corrections on windows

This commit is contained in:
itsmattkc
2019-01-20 23:11:19 +11:00
parent 3882288238
commit 6d49f598a3
4 changed files with 39 additions and 40 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ void get_clip_frame(Clip* c, long playhead, bool& texture_failed) {
for (int i=0;i<c->effects.size();i++) {
Effect* e = c->effects.at(i);
if (e->enable_image) {
if (e->enable_image && e->is_enabled()) {
if (data_buffer_1 == target_frame->data[0]) {
frame_size = target_frame->linesize[0]*target_frame->height;