mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
A cCamSlot that has WantsTsData set to true in its constructor now also gets the CAT and EMM PIDs data
This commit is contained in:
3
remux.h
3
remux.h
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user