removed hashes from previewautocacher

This commit is contained in:
itsmattkc
2022-05-09 19:40:58 -07:00
parent 2cf0b24e0f
commit 4bc82ca6df
12 changed files with 75 additions and 102 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ protected:
VideoParams::Format force_format = VideoParams::kFormatInvalid,
ColorProcessorPtr force_color_output = nullptr);
virtual bool DownloadFrame(QThread* thread, FramePtr frame);
virtual bool DownloadFrame(QThread* thread, FramePtr frame, const rational &time);
virtual bool FrameDownloaded(FramePtr frame, const rational &time) = 0;