summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-11-06 16:43:58 +0000
committerlordjaxom <lordjaxom>2005-11-06 16:43:58 +0000
commit0b590ec8261db94f515a295c0fbf4c92e78d2a55 (patch)
treee88d4f5379b64157e1539f7e02f8fabe23760399 /common.h
parentbf55805cc29b26de54b71977f43e9e4865d6a341 (diff)
downloadvdr-plugin-streamdev-0b590ec8261db94f515a295c0fbf4c92e78d2a55.tar.gz
vdr-plugin-streamdev-0b590ec8261db94f515a295c0fbf4c92e78d2a55.tar.bz2
- adopted to VDR >= 1.3.36
Diffstat (limited to 'common.h')
-rw-r--r--common.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/common.h b/common.h
index 065521e..e5f143d 100644
--- a/common.h
+++ b/common.h
@@ -1,5 +1,5 @@
/*
- * $Id: common.h,v 1.6 2005/05/09 20:22:29 lordjaxom Exp $
+ * $Id: common.h,v 1.7 2005/11/06 16:43:58 lordjaxom Exp $
*/
#ifndef VDR_STREAMDEV_COMMON_H
@@ -35,6 +35,10 @@
# define FLUSH() Skins.Flush()
#endif
+#if VDRVERSNUM >= 10336
+# define MAXPARSEBUFFER KILOBYTE(16)
+#endif
+
/* Check if a channel is a radio station. */
#define ISRADIO(x) ((x)->Vpid()==0||(x)->Vpid()==1||(x)->Vpid()==0x1fff)