generic-pc: implement cDemux::getSTC()

This commit is contained in:
Stefan Seyfried
2013-06-01 17:16:56 +02:00
parent 7e9d0f49a9
commit 618e7723bf
3 changed files with 18 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ typedef enum
class cVideo : public OpenThreads::Thread
{
friend class GLFramebuffer;
friend class cDemux;
private:
/* called from GL thread */
class SWFramebuffer : public std::vector<unsigned char>
@@ -143,6 +144,7 @@ class cVideo : public OpenThreads::Thread
AVRational mAR;
};
int buf_in, buf_out, buf_num;
int64_t GetPTS(void);
public:
/* constructor & destructor */
cVideo(int mode, void *, void *);