mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-12-27 07:11:05 +01:00
The pid of the PMT in which the CA descriptors of a given channel are broadcast is now stored together with the CA descriptors
This commit is contained in:
5
pat.h
5
pat.h
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: pat.h 3.3 2014/02/18 11:22:34 kls Exp $
|
||||
* $Id: pat.h 3.4 2015/01/04 13:17:22 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __PAT_H
|
||||
@@ -56,4 +56,7 @@ int GetCaPids(int Source, int Transponder, int ServiceId, const int *CaSystemIds
|
||||
///< Returns the number of pids copied into Pids (0 if no CA descriptors are
|
||||
///< available), or -1 if BufSize was too small to hold all CA pids.
|
||||
|
||||
int GetPmtPid(int Source, int Transponder, int ServiceId);
|
||||
///< Gets the Pid of the PMT in which the CA descriptors for this channel are defined.
|
||||
|
||||
#endif //__PAT_H
|
||||
|
||||
Reference in New Issue
Block a user