Fixing white space issue

This commit is contained in:
Jonathan Thomas
2022-09-16 10:34:30 -05:00
parent 95100f2ac4
commit 16dc5408cc

View File

@@ -38,8 +38,8 @@ namespace openshot
int64_t cached_frame_count = 0;
ReaderBase *reader;
int64_t min_frames_ahead;
int64_t max_frames_ahead;
bool should_pause_cache;
int64_t max_frames_ahead;
bool should_pause_cache;
/// Constructor
VideoCacheThread();