summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorphintuka <phintuka>2008-02-20 04:37:52 +0000
committerphintuka <phintuka>2008-02-20 04:37:52 +0000
commitecdf84dd6fd2f57c34554b35c9208a8b6eef9c1c (patch)
tree247d45a7e16a4aee9a69e082191b8b4769763dd8
parent1bb1256097dbbd131f356f1ddea435a8c3faf39c (diff)
downloadxineliboutput-ecdf84dd6fd2f57c34554b35c9208a8b6eef9c1c.tar.gz
xineliboutput-ecdf84dd6fd2f57c34554b35c9208a8b6eef9c1c.tar.bz2
Temporarily drop DVD SPU support in VDR recordings (collides with VDR DVB SPU handling)
-rw-r--r--device.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/device.h b/device.h
index f1016b8e..3235312f 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.30 2008-02-20 04:18:43 phintuka Exp $
+ * $Id: device.h,v 1.31 2008-02-20 04:37:52 phintuka Exp $
*
*/
@@ -263,9 +263,9 @@ class cXinelibDevice : public cDevice
virtual int PlayVideo(const uchar *Data, int Length);
virtual int PlayAudio(const uchar *Data, int Length, uchar Id);
+#if VDRVERSNUM < 10510
virtual int PlaySpu(const uchar *Data, int Length, uchar Id);
-#if VDRVERSNUM < 10510
// conflicts with vdr-1.5.10+ DVB subtitle handling
// override cDevice to get DVD SPUs
virtual int PlayPesPacket(const uchar *Data, int Length,