screensaver: user pictureviewer instead of videoDecoder ...

... to avoid interrupts while playing and keep pictures unscaled


Origin commit data
------------------
Branch: ni/coolstream
Commit: ecc98b7def
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-12-24 (Wed, 24 Dec 2014)

Origin message was:
------------------
- screensaver: user pictureviewer instead of videoDecoder ...

... to avoid interrupts while playing and keep pictures unscaled


------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-12-24 23:24:11 +01:00
parent f051971c61
commit 6c0e82fcd4
2 changed files with 22 additions and 7 deletions

View File

@@ -39,6 +39,7 @@ class CScreenSaver
static void* ScreenSaverPrg(void *arg);
vector<string> v_bg_files;
unsigned int index;
CPictureViewer *m_viewer;
bool ReadDir();
void PaintPicture();