diff options
author | rofafor <rofafor> | 2009-02-01 23:13:02 +0000 |
---|---|---|
committer | rofafor <rofafor> | 2009-02-01 23:13:02 +0000 |
commit | 728cccb418b7f41949a8cd5edfb79b40cf774cb3 (patch) | |
tree | 012be02b2dc656b5cd9c76a85eb53e3e50c5a7f3 /device.c | |
parent | 7c652f5ad54232051e5efc708a221f37ca975dcb (diff) | |
download | xineliboutput-728cccb418b7f41949a8cd5edfb79b40cf774cb3.tar.gz xineliboutput-728cccb418b7f41949a8cd5edfb79b40cf774cb3.tar.bz2 |
Fixed compilation under vdr-1.6.x.
Diffstat (limited to 'device.c')
-rw-r--r-- | device.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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, |