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:
itsmattkc
2020-06-10 14:12:26 +10:00
parent 71ec148e76
commit a9a13c4b0c
6 changed files with 51 additions and 110 deletions
+1 -1
View File
@@ -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);