From 6ff379956c76ac28c9a16878b7552c9cf8319316 Mon Sep 17 00:00:00 2001 From: itsmattkc Date: Fri, 23 Nov 2018 02:16:47 +1100 Subject: [PATCH] playback system tweak --- playback/playback.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playback/playback.cpp b/playback/playback.cpp index 0b0842206..4a401c02d 100644 --- a/playback/playback.cpp +++ b/playback/playback.cpp @@ -26,7 +26,7 @@ extern "C" { #include #ifdef QT_DEBUG -#define GCF_DEBUG +//#define GCF_DEBUG #endif bool texture_failed = false; @@ -194,7 +194,7 @@ void get_clip_frame(Clip* c, long playhead) { #ifdef GCF_DEBUG dout << "GCF ==> RESET" << target_pts << "(" << target_frame->pts << "-" << target_frame->pts+target_frame->pkt_duration << ")"; #endif - target_frame = NULL; +// target_frame = NULL; reset = true; } else { #ifdef GCF_DEBUG