mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-09-01 09:51:22 +02:00
- add keys to control the audioplayer from pictureviewer
decode and view pictures in a seperate thread.
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user