summaryrefslogtreecommitdiff
path: root/remux.h
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2014-01-16 10:31:28 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2014-01-16 10:31:28 +0100
commit7008aeaf22807dd58b797365b9e6c36d999a2bfd (patch)
tree7ebe55edeb06475ba243615b92fec649323ac6c5 /remux.h
parentac44e6f2ae245908800a9fefe53828ef05a023d1 (diff)
downloadvdr-7008aeaf22807dd58b797365b9e6c36d999a2bfd.tar.gz
vdr-7008aeaf22807dd58b797365b9e6c36d999a2bfd.tar.bz2
Increased MIN_TS_PACKETS_FOR_FRAME_DETECTOR to 10
Diffstat (limited to 'remux.h')
-rw-r--r--remux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/remux.h b/remux.h
index 67eda4c6..5dd24ebd 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 2.37 2013/01/20 11:43:59 kls Exp $
+ * $Id: remux.h 3.1 2014/01/16 10:15:50 kls Exp $
*/
#ifndef __REMUX_H
@@ -462,7 +462,7 @@ void PesDump(const char *Name, const u_char *Data, int Length);
// Frame detector:
-#define MIN_TS_PACKETS_FOR_FRAME_DETECTOR 5
+#define MIN_TS_PACKETS_FOR_FRAME_DETECTOR 10
class cFrameParser;