summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthlo <smarttv640@gmail.com>2013-11-27 22:19:49 +0100
committerthlo <smarttv640@gmail.com>2013-11-27 22:19:49 +0100
commit546c7e7b281fba3ca55885986fdd06bc2cf86944 (patch)
treeba0df336523f9e1159b0dc3104c8b7549141a335
parente42e7e1e66b888d93c3506f424eda9f5f07fd721 (diff)
downloadvdr-plugin-smarttvweb-546c7e7b281fba3ca55885986fdd06bc2cf86944.tar.gz
vdr-plugin-smarttvweb-546c7e7b281fba3ca55885986fdd06bc2cf86944.tar.bz2
added PCRFACTOR.
-rw-r--r--responselive.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/responselive.h b/responselive.h
index dc64519..2c8792f 100644
--- a/responselive.h
+++ b/responselive.h
@@ -37,6 +37,8 @@
using namespace std;
#if VDRVERSNUM < 10732
+#define PCRFACTOR 300 // conversion from 27MHz PCR extension to 90kHz PCR base
+
inline int64_t TsGetPcr(const uchar *p)
{
if (TsHasAdaptationField(p)) {