fix thread namespace

This commit is contained in:
smogm
2015-01-12 16:38:28 +01:00
parent c37263f594
commit 3ef2eeb8aa
8 changed files with 23 additions and 23 deletions

View File

@@ -120,7 +120,7 @@ typedef enum
#define VDEC_MAXBUFS 0x30
class cVideo : public Thread
class cVideo : public SimpleThread
{
friend class GLFramebuffer;
friend class cDemux;