summaryrefslogtreecommitdiff
path: root/remux.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2004-02-14 10:43:57 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2004-02-14 10:43:57 +0100
commit96055681fcbcfdd287541372b4b00218a4b697cb (patch)
tree09aae7eb88df3f73d0eb69194a1e8a56f01ad51b /remux.h
parent06d53423935ca57269e6cd577f3482cceb2b9205 (diff)
downloadvdr-96055681fcbcfdd287541372b4b00218a4b697cb.tar.gz
vdr-96055681fcbcfdd287541372b4b00218a4b697cb.tar.bz2
Initiating an emergency exit on too many UPT errors per recording
Diffstat (limited to 'remux.h')
-rw-r--r--remux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/remux.h b/remux.h
index e953001d..31e64dfb 100644
--- a/remux.h
+++ b/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 1.10 2003/04/26 14:13:11 kls Exp $
+ * $Id: remux.h 1.11 2004/02/14 10:40:41 kls Exp $
*/
#ifndef __REMUX_H
@@ -30,6 +30,7 @@ class cTS2PES;
class cRemux {
private:
bool exitOnFailure;
+ int numUPTerrors;
bool synced;
int skipped;
int vPid, aPid1, aPid2, dPid1, dPid2;