summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);