summaryrefslogtreecommitdiff
path: root/common.h
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.h
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.h')
-rw-r--r--common.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/common.h b/common.h
index c6bb0c0..e920c79 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.11 2008/04/07 14:40:39 schmirl Exp $
+ * $Id: common.h,v 1.12 2009/01/16 11:35:43 schmirl Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -51,7 +51,9 @@ const cChannel *ChannelFromString(const char *String, int *Apid = NULL);
enum eStreamType {
stTS,
+#if APIVERSNUM < 10703
stPES,
+#endif
stPS,
stES,
stExtern,