diff options
author | scop <scop> | 2005-03-14 16:02:16 +0000 |
---|---|---|
committer | scop <scop> | 2005-03-14 16:02:16 +0000 |
commit | 6b1b1cf7ceeec80ea769e189e48ec302da5d57f2 (patch) | |
tree | 04da26598c95ee8b7ae9ce2e15ddf5903d269981 /dxr3interface.h | |
parent | e667a90088ce0920ff8a0a88ee0ef09bed757d7a (diff) | |
download | vdr-plugin-dxr3-6b1b1cf7ceeec80ea769e189e48ec302da5d57f2.tar.gz vdr-plugin-dxr3-6b1b1cf7ceeec80ea769e189e48ec302da5d57f2.tar.bz2 |
Apply DVB subtitles sync fix from Mikko Tuumanen.
Diffstat (limited to 'dxr3interface.h')
-rw-r--r-- | dxr3interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dxr3interface.h b/dxr3interface.h index 0e6a99b..1714715 100644 --- a/dxr3interface.h +++ b/dxr3interface.h @@ -69,6 +69,7 @@ public: uint32_t GetSysClock() const; void SetPts(uint32_t pts); void SetSpuPts(uint32_t pts); + int64_t GetPts(); // state changes void EnableSPU(); @@ -132,6 +133,7 @@ private: int m_fdVideo; ///< filehandle for video fifo of dxr3 card int m_fdAudio; ///< filehandle for audio fifo of dxr3 card int m_fdSpu; ///< filehandle for spu fifo of dxr3 card + uint32_t last_seen_pts; // dxr3 clock cDxr3SysClock* m_pClock; ///< clock used for sync |