diff options
Diffstat (limited to 'frontend.h')
-rw-r--r-- | frontend.h | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'xineliboutput.c' for copyright information and * how to reach the author. * - * $Id: frontend.h,v 1.43 2012-03-17 20:04:49 phintuka Exp $ + * $Id: frontend.h,v 1.44 2012-03-17 20:19:27 phintuka Exp $ * */ @@ -28,7 +28,7 @@ class cXinelibThread : public cThread, public cListObject cXinelibThread(cXinelibThread&); // no copy contructor public: - cXinelibThread(const char *Description = NULL); + cXinelibThread(cXinelibDevice *Dev, const char *Description = NULL); virtual ~cXinelibThread(); // @@ -140,6 +140,8 @@ class cXinelibThread : public cThread, public cListObject // protected: + cXinelibDevice *m_Dev; + bool m_bReady; bool m_bNoVideo; bool m_bLiveMode; |