remove autocache config entry

Auto-cache can still be set from sequence settings
This commit is contained in:
itsmattkc
2022-05-20 10:19:09 -07:00
parent c5b6b0c4fc
commit 5a24ac420b
4 changed files with 2 additions and 6 deletions
-2
View File
@@ -213,8 +213,6 @@ void ViewerOutput::set_default_parameters()
OLIVE_CONFIG("DefaultSequenceAudioLayout").toULongLong(),
AudioParams::kInternalFormat
));
video_frame_cache()->SetEnabled(OLIVE_CONFIG("DefaultSequenceAutoCache").toBool());
}
void ViewerOutput::InvalidateCache(const TimeRange& range, const QString& from, int element, InvalidateCacheOptions options)