diff options
author | thlo <smarttv640@gmail.com> | 2013-11-27 22:19:49 +0100 |
---|---|---|
committer | thlo <smarttv640@gmail.com> | 2013-11-27 22:19:49 +0100 |
commit | 546c7e7b281fba3ca55885986fdd06bc2cf86944 (patch) | |
tree | ba0df336523f9e1159b0dc3104c8b7549141a335 | |
parent | e42e7e1e66b888d93c3506f424eda9f5f07fd721 (diff) | |
download | vdr-plugin-smarttvweb-546c7e7b281fba3ca55885986fdd06bc2cf86944.tar.gz vdr-plugin-smarttvweb-546c7e7b281fba3ca55885986fdd06bc2cf86944.tar.bz2 |
added PCRFACTOR.
-rw-r--r-- | responselive.h | 2 |
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)) { |