summaryrefslogtreecommitdiff
path: root/dxr3sysclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'dxr3sysclock.h')
-rw-r--r--dxr3sysclock.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/dxr3sysclock.h b/dxr3sysclock.h
index 72f3304..f9fc3e5 100644
--- a/dxr3sysclock.h
+++ b/dxr3sysclock.h
@@ -39,13 +39,12 @@ public:
virtual ~cDxr3SysClock() {};
-public:
void SetSysClock(uint32_t scr);
uint32_t GetSysClock(void);
void SetPts(uint32_t pts);
void SetSpuPts(uint32_t pts);
-protected:
+private:
int m_fdcontrol;
int m_fdvideo;
int m_fdspu;