summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/device.h b/device.h
index 5e2ef5b2..c86a99f5 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.65 2013-08-21 09:40:22 phintuka Exp $
+ * $Id: device.h,v 1.66 2014-01-07 16:03:54 rofafor Exp $
*
*/
@@ -111,6 +111,7 @@ class cXinelibDevice : public cDevice
protected:
virtual void Clear(void);
virtual void Play(void);
+ virtual void TrickSpeed(int Speed, bool Forward) { TrickSpeed(Speed); }
virtual void TrickSpeed(int Speed);
virtual void Freeze(void);
virtual bool Flush(int TimeoutMs = 0);