You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Fixing white space issue
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user