generic-pc: rework glfb (thx seife)

This commit is contained in:
max_10
2018-09-21 19:00:11 +02:00
committed by Thilo Graf
parent c8c7f0c45f
commit cf45b80334
6 changed files with 191 additions and 114 deletions

View File

@@ -120,10 +120,10 @@ typedef enum
} VIDEO_CONTROL;
#define VDEC_MAXBUFS 0x30
#define VDEC_MAXBUFS 0x40
class cVideo : public OpenThreads::Thread
{
friend class GLFramebuffer;
friend class GLFbPC;
friend class cDemux;
private:
/* called from GL thread */