summaryrefslogtreecommitdiff
path: root/remux.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2009-12-05 11:32:31 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2009-12-05 11:32:31 +0100
commit62901748b3c137cc2c54aec014013bad941acdc8 (patch)
tree82b6357a6ee8c31b5f880bf54cc9d2d9ced6e50d /remux.c
parenta5e9da1de35a23371e2ecbeeafbcf65c9aa45093 (diff)
downloadvdr-62901748b3c137cc2c54aec014013bad941acdc8.tar.gz
vdr-62901748b3c137cc2c54aec014013bad941acdc8.tar.bz2
The new function cDevice::PatPmtParser() can be used in derived devices to access the PAT/PMT of the currently replayed material
Diffstat (limited to 'remux.c')
-rw-r--r--remux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/remux.c b/remux.c
index c5055b69..8cf5a938 100644
--- a/remux.c
+++ b/remux.c
@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
- * $Id: remux.c 2.29 2009/11/22 11:23:27 kls Exp $
+ * $Id: remux.c 2.30 2009/12/04 15:05:35 kls Exp $
*/
#include "remux.h"
@@ -599,7 +599,7 @@ void cPatPmtParser::ParsePmt(const uchar *Data, int Length)
pmtSize = 0;
}
-bool cPatPmtParser::GetVersions(int &PatVersion, int &PmtVersion)
+bool cPatPmtParser::GetVersions(int &PatVersion, int &PmtVersion) const
{
PatVersion = patVersion;
PmtVersion = pmtVersion;