summaryrefslogtreecommitdiff
path: root/device.h
diff options
context:
space:
mode:
Diffstat (limited to 'device.h')
-rw-r--r--device.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/device.h b/device.h
index 2acfad4c..29aa9a57 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.24 2007-09-17 23:29:22 phintuka Exp $
+ * $Id: device.h,v 1.25 2007-10-15 00:15:07 phintuka Exp $
*
*/
@@ -162,15 +162,8 @@ class cXinelibDevice : public cDevice
// Image grabbing
public:
-
-#if VDRVERSNUM < 10338
- virtual bool GrabImage(const char *FileName, bool Jpeg = true,
- int Quality = -1, int SizeX = -1, int SizeY = -1);
-
-#else
virtual uchar *GrabImage(int &Size, bool Jpeg = true,
int Quality = -1, int SizeX = -1, int SizeY = -1);
-#endif
// SPU decoder
@@ -270,12 +263,6 @@ class cXinelibDevice : public cDevice
// override cDevice to get DVD SPUs
virtual int PlayPesPacket(const uchar *Data, int Length,
bool VideoOnly = false);
-
-#if VDRVERSNUM < 10342
- // API changed in VDR 1.3.42
- virtual int PlayAudio(const uchar *Data, int Length)
- { return PlayAudio(Data, Length, 0); }
-#endif
};
#endif // __XINELIB_DEVICE_H