summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorrofafor <rofafor>2010-06-04 10:40:21 +0000
committerrofafor <rofafor>2010-06-04 10:40:21 +0000
commitad032ed6ad3955c51f60c5529272addea989a8fa (patch)
tree085c8e3b08f5d56c876541d9de389c2cb921e195 /tools
parentda3cb4a276f59f0e1492ee9d9c5189523f77c55b (diff)
downloadxineliboutput-ad032ed6ad3955c51f60c5529272addea989a8fa.tar.gz
xineliboutput-ad032ed6ad3955c51f60c5529272addea989a8fa.tar.bz2
Added support for vdr-1.6 TSPlay patch (Thanks to Udo Richter, patch #3011171)
Diffstat (limited to 'tools')
-rw-r--r--tools/udp_buffer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/udp_buffer.h b/tools/udp_buffer.h
index 76bebf1d..94643d1e 100644
--- a/tools/udp_buffer.h
+++ b/tools/udp_buffer.h
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: udp_buffer.h,v 1.7 2010-03-14 11:50:50 phintuka Exp $
+ * $Id: udp_buffer.h,v 1.8 2010-06-04 10:40:21 rofafor Exp $
*
*/
@@ -111,7 +111,7 @@ class cUdpBackLog
// RTP header
header->rtp_hdr.raw[0] = RTP_VERSION_BYTE | RTP_HDREXT_BIT;
-#if VDRVERSNUM >= 10701
+#if VDRVERSNUM >= 10701 || defined(TSPLAY_PATCH_VERSION)
if (DATA_IS_TS(Data))
header->rtp_hdr.raw[1] = RTP_PAYLOAD_TYPE_TS;
else