From 546c7e7b281fba3ca55885986fdd06bc2cf86944 Mon Sep 17 00:00:00 2001 From: thlo Date: Wed, 27 Nov 2013 22:19:49 +0100 Subject: added PCRFACTOR. --- responselive.h | 2 ++ 1 file changed, 2 insertions(+) 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)) { -- cgit v1.2.3