summaryrefslogtreecommitdiffstats
path: root/newmoviewizard.cpp
diff options
context:
space:
mode:
authorArno <am@disconnect.de>2013-03-29 12:55:36 +0100
committerArno <am@disconnect.de>2013-03-29 12:55:36 +0100
commit1bcbb69e31090cf71e913419299b52dd4d094bef (patch)
tree07fc7ed7ff38b68ed996ba398e564219e85758f5 /newmoviewizard.cpp
parent110271a7db1ef05769bcfb5c936caad82bc0e498 (diff)
downloadSheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.tar.gz
SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.tar.bz2
SheMov-1bcbb69e31090cf71e913419299b52dd4d094bef.zip
Make FrameCache threaded
create snapshot pics in a separate thread. Also use the first frame available if the clip isn't long enough for the configured frame.
Diffstat (limited to 'newmoviewizard.cpp')
-rw-r--r--newmoviewizard.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/newmoviewizard.cpp b/newmoviewizard.cpp
index 18fe68d..d098f87 100644
--- a/newmoviewizard.cpp
+++ b/newmoviewizard.cpp
@@ -38,6 +38,7 @@
#include "filestreemodel.h"
#include "helper.h"
#include "pictureviewer2.h"
+#include "framecache.h"
NewMovieWizard::NewMovieWizard(QWidget *parent) : QWizard(parent){
mInfoPage = new MovieInfoPage;