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:
@@ -1112,7 +1112,7 @@ QString FFmpegDecoder::GetProxyFrameFilename(const int64_t ×tamp, const int
|
||||
{
|
||||
QString dst_fn = GetProxyFilename(divider);
|
||||
dst_fn.append(QString::number(timestamp));
|
||||
dst_fn.append(FrameHashCache::GetFormatExtension(native_pix_fmt_));
|
||||
dst_fn.append(FrameHashCache::GetFormatExtension());
|
||||
return dst_fn;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user