summaryrefslogtreecommitdiff
path: root/pat.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2015-01-04 13:36:46 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2015-01-04 13:36:46 +0100
commitafc17c1168f4eae489d0f728568898f07e72aeea (patch)
treedf8dd8aba1cb2b9d04f7a30a68af7b29a4f2dbf3 /pat.h
parentbfdd611fde17ee57bd90cbefa4c3c4f731f613bc (diff)
downloadvdr-afc17c1168f4eae489d0f728568898f07e72aeea.tar.gz
vdr-afc17c1168f4eae489d0f728568898f07e72aeea.tar.bz2
The pid of the PMT in which the CA descriptors of a given channel are broadcast is now stored together with the CA descriptors
Diffstat (limited to 'pat.h')
-rw-r--r--pat.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/pat.h b/pat.h
index 993a9b96..19e60dcf 100644
--- a/pat.h
+++ b/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