summaryrefslogtreecommitdiff
path: root/server/connectionVTP.c
diff options
context:
space:
mode:
authorschmirl <schmirl>2009-01-16 11:35:43 +0000
committerschmirl <schmirl>2009-01-16 11:35:43 +0000
commit9af6ceb00705470484c4b23cf71f9bb11d2af271 (patch)
tree29bb2eca1572f8f39435e5576cc2f6be46bfee25 /server/connectionVTP.c
parent41cf7a58488e8e482383d427d6afc5deef0b8d0e (diff)
downloadvdr-plugin-streamdev-9af6ceb00705470484c4b23cf71f9bb11d2af271.tar.gz
vdr-plugin-streamdev-9af6ceb00705470484c4b23cf71f9bb11d2af271.tar.bz2
Commented PES for vdr 1.7.3+
Modified Files: HISTORY common.c common.h remux/ts2ps.h remux/tsremux.h server/connectionHTTP.c server/connectionVTP.c server/livestreamer.c server/livestreamer.h server/menuHTTP.c server/setup.c
Diffstat (limited to 'server/connectionVTP.c')
-rw-r--r--server/connectionVTP.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/server/connectionVTP.c b/server/connectionVTP.c
index 0412d1f..e0edb6e 100644
--- a/server/connectionVTP.c
+++ b/server/connectionVTP.c
@@ -1,5 +1,5 @@
/*
- * $Id: connectionVTP.c,v 1.18 2008/04/07 14:27:30 schmirl Exp $
+ * $Id: connectionVTP.c,v 1.19 2009/01/16 11:35:44 schmirl Exp $
*/
#include "server/connectionVTP.h"
@@ -595,10 +595,12 @@ bool cConnectionVTP::CmdCAPS(char *Opts)
return Respond(220, "Capability \"%s\" accepted", Opts);
}
+#if APIVERSNUM < 10703
if (strcasecmp(Opts, "PES") == 0) {
m_StreamType = stPES;
return Respond(220, "Capability \"%s\" accepted", Opts);
}
+#endif
if (strcasecmp(Opts, "EXTERN") == 0) {
m_StreamType = stExtern;