summaryrefslogtreecommitdiff
path: root/dynamicdevice.h
diff options
context:
space:
mode:
authorLars Hanisch <dvb@flensrocker.de>2014-01-08 21:49:35 +0100
committerLars Hanisch <dvb@flensrocker.de>2014-01-08 21:49:35 +0100
commit6d80369a7f30e7f294493bfc53451ffb08a6a472 (patch)
treee0de1c3efedbcec77143f49e433c3bcd79ef4287 /dynamicdevice.h
parent6122b5ebedb64db39ffc79289795735b6fc1918c (diff)
downloadvdr-plugin-dynamite-0.2.1.tar.gz
vdr-plugin-dynamite-0.2.1.tar.bz2
new version 0.2.1v0.2.1
- put cUdev classes into a namespace, since pvrinput uses the same code - add some vdr 2.1.3 compatibility stuff - remove an undetected NULL pointer dereference at udev monitor
Diffstat (limited to 'dynamicdevice.h')
-rw-r--r--dynamicdevice.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/dynamicdevice.h b/dynamicdevice.h
index 0b39ec7..a7969bb 100644
--- a/dynamicdevice.h
+++ b/dynamicdevice.h
@@ -156,7 +156,11 @@ public:
virtual cRect CanScaleVideo(const cRect &Rect, int Alignment = taCenter);
virtual void ScaleVideo(const cRect &Rect = cRect::Null);
virtual bool HasIBPTrickSpeed(void);
+#if APIVERSNUM > 20102
+ virtual void TrickSpeed(int Speed, bool Forward);
+#else
virtual void TrickSpeed(int Speed);
+#endif
virtual void Clear(void);
virtual void Play(void);
virtual void Freeze(void);