summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2006-12-29 19:44:19 +0000
committerphintuka <phintuka>2006-12-29 19:44:19 +0000
commit35b8e9e183781f18503338d0214b2f1efdc827e6 (patch)
tree0f4754513f51bf1cd8ffa50ab1fca9240c331c73
parent3ea5e44b6b4a32352f6b09c12a94e05af8199389 (diff)
downloadxineliboutput-35b8e9e183781f18503338d0214b2f1efdc827e6.tar.gz
xineliboutput-35b8e9e183781f18503338d0214b2f1efdc827e6.tar.bz2
m_TrickSpeedMode
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index 60f55127..b2ee7e97 100644
--- a/device.h
+++ b/device.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.h,v 1.18 2006-12-24 16:22:35 phintuka Exp $
+ * $Id: device.h,v 1.19 2006-12-29 19:44:19 phintuka Exp $
*
*/
@@ -92,6 +92,7 @@ class cXinelibDevice : public cDevice
ePlayMode m_PlayMode;
int m_TrickSpeed;
int64_t m_TrickSpeedPts;
+ int m_TrickSpeedMode;
public:
virtual bool SetPlayMode(ePlayMode PlayMode);