Fixing white space issue

This commit is contained in:
Jonathan Thomas
2022-09-16 10:32:38 -05:00
parent 6ecc8b8998
commit 95100f2ac4

View File

@@ -105,7 +105,7 @@ namespace openshot
using micro_sec = std::chrono::microseconds;
using double_micro_sec = std::chrono::duration<double, micro_sec::period>;
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;