summaryrefslogtreecommitdiff
path: root/dxr3syncbuffer.h
diff options
context:
space:
mode:
authorChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-27 21:32:25 +0200
committerChristian Gmeiner <christian.gmeiner@gmail.com>2009-04-27 21:32:25 +0200
commitc5db707588cbaed2e231f71bbf9347610a02d9c0 (patch)
treefb0cf8f207089c323f02d0d6e6f8929ddf551967 /dxr3syncbuffer.h
parent66a110fad54cd8fac8182964700bbf213748caee (diff)
downloadvdr-plugin-dxr3-c5db707588cbaed2e231f71bbf9347610a02d9c0.tar.gz
vdr-plugin-dxr3-c5db707588cbaed2e231f71bbf9347610a02d9c0.tar.bz2
remove waitPts parts from syncbuffer
Diffstat (limited to 'dxr3syncbuffer.h')
-rw-r--r--dxr3syncbuffer.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/dxr3syncbuffer.h b/dxr3syncbuffer.h
index 0d2deb0..7d84453 100644
--- a/dxr3syncbuffer.h
+++ b/dxr3syncbuffer.h
@@ -128,13 +128,10 @@ private:
int m_count;
int m_nextFree;
int m_next;
- bool m_bWaitPts;
bool m_bPutBlock;
bool m_bGetBlock;
bool m_bStartReceiver;
bool m_bStopped;
- uint32_t m_waitPts;
- uint32_t m_waitDelta;
uint32_t m_lastPts;
eDxr3DemuxMode m_demuxMode;