diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-06 10:56:50 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2014-04-06 10:56:50 +0200 |
commit | 011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5 (patch) | |
tree | ee03d0b8520da49a6c6943ed14e5774c2436b2c1 /remux.h | |
parent | 105ad61b6ffc1f8b205dd23d356a553dce907a93 (diff) | |
download | vdr-011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5.tar.gz vdr-011a9849510e0a96ae11dc5452c3b6fd1a5ce0a5.tar.bz2 |
A cCamSlot that has WantsTsData set to true in its constructor now also gets the CAT and EMM PIDs data
Diffstat (limited to 'remux.h')
-rw-r--r-- | remux.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: remux.h 3.3 2014/02/08 12:41:50 kls Exp $ + * $Id: remux.h 3.4 2014/03/26 11:42:17 kls Exp $ */ #ifndef __REMUX_H @@ -50,6 +50,7 @@ public: #define TS_ADAPT_EXTENSION 0x01 #define PATPID 0x0000 // PAT PID (constant 0) +#define CATPID 0x0001 // CAT PID (constant 1) #define MAXPID 0x2000 // for arrays that use a PID as the index #define PTSTICKS 90000 // number of PTS ticks per second |