summaryrefslogtreecommitdiff
path: root/common.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 /common.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 'common.c')
-rw-r--r--common.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.c b/common.c
index e3e5d39..dada4a3 100644
--- a/common.c
+++ b/common.c
@@ -1,5 +1,5 @@
/*
- * $Id: common.c,v 1.8 2008/04/08 14:18:15 schmirl Exp $
+ * $Id: common.c,v 1.9 2009/01/16 11:35:43 schmirl Exp $
*/
#include <vdr/channels.h>
@@ -14,7 +14,9 @@ const char *VERSION = "0.5.0-pre";
const char *StreamTypes[st_Count] = {
"TS",
+#if APIVERSNUM < 10703
"PES",
+#endif
"PS",
"ES",
"Extern",