framehashcache: remove code for saving integer-based frames to cache
Since we don't allow non-float cached frames now, there's no need to have this code complicating the codebase.
This commit is contained in:
@@ -120,7 +120,7 @@ void RenderTask::Render(const TimeRangeList& video_range,
|
||||
hash_exists = existing_hashes.contains(hash);
|
||||
|
||||
if (!hash_exists) {
|
||||
hash_exists = QFileInfo::exists(viewer_->video_frame_cache()->CachePathName(hash, video_params_.format()));
|
||||
hash_exists = QFileInfo::exists(viewer_->video_frame_cache()->CachePathName(hash));
|
||||
|
||||
if (hash_exists) {
|
||||
existing_hashes.append(hash);
|
||||
|
||||
Reference in New Issue
Block a user