implemented base for thumbnail display
This commit is contained in:
@@ -65,6 +65,9 @@ public:
|
||||
FramePtr LoadCacheFrame(const int64_t &time) const;
|
||||
static FramePtr LoadCacheFrame(const QString& fn);
|
||||
|
||||
signals:
|
||||
void ThumbnailsUpdated();
|
||||
|
||||
private:
|
||||
rational ToTime(const int64_t &ts) const;
|
||||
int64_t ToTimestamp(const rational &ts, Timecode::Rounding rounding = Timecode::kRound) const;
|
||||
@@ -80,8 +83,6 @@ private:
|
||||
|
||||
rational timebase_;
|
||||
|
||||
static const QString kCacheFormatExtension;
|
||||
|
||||
private slots:
|
||||
void HashDeleted(const QString &path, const QString &filename);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user