summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
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)