add keys to control the audioplayer from pictureviewer

decode and view pictures in a seperate thread.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 031db7bae1
Author: defans <defans@bluepeercrew.us>
Date: 2012-11-30 (Fri, 30 Nov 2012)

Origin message was:
------------------
- add keys to control the audioplayer from pictureviewer

decode and view pictures in a seperate thread.


------------------
This commit was generated by Migit
This commit is contained in:
defans
2012-11-30 22:06:27 +01:00
committed by vanhofen
parent 6c0d69a805
commit 837d16f7f9
7 changed files with 131 additions and 12 deletions

View File

@@ -111,6 +111,14 @@ class CPictureViewerGui : public CMenuTarget
void deletePicFile(unsigned int index, bool mode);
bool audioplayer;
int m_currentTitle;
pthread_t decodeT;
static void* decodeThread(void *arg);
bool decodeTflag;
void thrView();
bool m_unscaled;
public:
CPictureViewerGui();