diff --git a/src/Qt/VideoCacheThread.cpp b/src/Qt/VideoCacheThread.cpp index e27ddf78..621d68c5 100644 --- a/src/Qt/VideoCacheThread.cpp +++ b/src/Qt/VideoCacheThread.cpp @@ -105,7 +105,7 @@ namespace openshot using micro_sec = std::chrono::microseconds; using double_micro_sec = std::chrono::duration; - while (!threadShouldExit() && is_playing) { + while (!threadShouldExit() && is_playing) { // init local vars min_frames_ahead = s->VIDEO_CACHE_MIN_PREROLL_FRAMES; max_frames_ahead = s->VIDEO_CACHE_MAX_PREROLL_FRAMES;