summaryrefslogtreecommitdiff
path: root/device.c
diff options
context:
space:
mode:
authorrofafor <rofafor>2009-02-01 23:13:02 +0000
committerrofafor <rofafor>2009-02-01 23:13:02 +0000
commit728cccb418b7f41949a8cd5edfb79b40cf774cb3 (patch)
tree012be02b2dc656b5cd9c76a85eb53e3e50c5a7f3 /device.c
parent7c652f5ad54232051e5efc708a221f37ca975dcb (diff)
downloadxineliboutput-728cccb418b7f41949a8cd5edfb79b40cf774cb3.tar.gz
xineliboutput-728cccb418b7f41949a8cd5edfb79b40cf774cb3.tar.bz2
Fixed compilation under vdr-1.6.x.
Diffstat (limited to 'device.c')
-rw-r--r--device.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/device.c b/device.c
index 1978c4f8..4944e26e 100644
--- a/device.c
+++ b/device.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: device.c,v 1.67 2009-01-31 19:20:57 phintuka Exp $
+ * $Id: device.c,v 1.68 2009-02-01 23:13:02 rofafor Exp $
*
*/
@@ -1266,8 +1266,10 @@ void cXinelibDevice::StillPicture(const uchar *Data, int Length)
&mmin<int>, Length);
} else if(isPes) {
/*cDevice::*/PlayPes(Data, Length, m_SkipAudio);
+#if VDRVERSNUM >= 10701
} else if(isTs) {
/*cDevice::*/PlayTs(Data, Length, m_SkipAudio);
+#endif
} else {
ForEach(m_clients, &cXinelibThread::Play_Mpeg2_ES,
Data, Length, VIDEO_STREAM,