mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
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:
@@ -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