From 69bdaf5d1cdf2cb6a5da8371658e1c3995a71cfb Mon Sep 17 00:00:00 2001 From: Arno Date: Thu, 16 Dec 2010 19:46:34 +0100 Subject: Cache for frame grabbing Implemetented a cache for hovering over movies, saving the pictures from ffmpeg. For that SmGlobals got a new member *frameCache, handling all the dirty file access. I first tried to implement it as a helper, but that produced too much duplicate code. --- helper.h | 1 - 1 file changed, 1 deletion(-) (limited to 'helper.h') diff --git a/helper.h b/helper.h index fb6ef1c..c9d1ad3 100644 --- a/helper.h +++ b/helper.h @@ -25,7 +25,6 @@ namespace Helper { const QString createArchivePath(const QString &path, const QString &md5, bool withMd5 = false); QPair programData(const QString &prefix, const QString &preferred = QString()); const QString durationFromSecs(qint64 secs); - const QPixmap grabFrame(const QString &file, QString when = QString()); class SortFileInfoList : public std::binary_function { public: bool operator()(const QFileInfo &lhs, const QFileInfo &rhs) const; -- cgit v1.2.3-70-g09d2