summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2011-12-11 17:03:09 +0100
committerFrank Schmirler <vdr@schmirler.de>2011-12-11 17:03:09 +0100
commitba7c61fb3901eb08eec4662c355f8e4275d68c61 (patch)
tree12204dc365624ea9ffea96e084b7b1586da8f541 /common.h
parent6a971b9145b1be99039b653c44b0884de687110f (diff)
downloadvdr-plugin-streamdev-ba7c61fb3901eb08eec4662c355f8e4275d68c61.tar.gz
vdr-plugin-streamdev-ba7c61fb3901eb08eec4662c355f8e4275d68c61.tar.bz2
Support for non-cycle-free setups (e.g. where two VDRs mutually share
their DVB cards through streamdev-client/-server). Must be enabled in streamdev-server setup. Obsoletes recursion patches.
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 4d29d5e..2092de6 100644
--- a/common.h
+++ b/common.h
@@ -31,6 +31,9 @@
#define MAXPARSEBUFFER KILOBYTE(16)
+/* Service ID for loop prevention */
+#define LOOP_PREVENTION_SERVICE "StreamdevLoopPrevention"
+
/* Check if a channel is a radio station. */
#define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff)