diff options
author | phintuka <phintuka> | 2008-02-20 04:37:52 +0000 |
---|---|---|
committer | phintuka <phintuka> | 2008-02-20 04:37:52 +0000 |
commit | ecdf84dd6fd2f57c34554b35c9208a8b6eef9c1c (patch) | |
tree | 247d45a7e16a4aee9a69e082191b8b4769763dd8 | |
parent | 1bb1256097dbbd131f356f1ddea435a8c3faf39c (diff) | |
download | xineliboutput-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.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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, |