summaryrefslogtreecommitdiff
path: root/remux.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2005-01-16 15:30:43 +0100
committerKlaus Schmidinger <vdr@tvdr.de>2005-01-16 15:30:43 +0100
commit7276c54bafbcb5bac3371effb773918df84acc87 (patch)
tree345f49cb5931b44ac9d77b8a8f79d6bedec6783f /remux.c
parent8c0981583fcd5e531ac955cd8184866dd4eaf9a2 (diff)
downloadvdr-7276c54bafbcb5bac3371effb773918df84acc87.tar.gz
vdr-7276c54bafbcb5bac3371effb773918df84acc87.tar.bz2
Extended some buffer sizes to allow handling HDTV streams
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 e81909b5..307f7ab9 100644
--- a/remux.c
+++ b/remux.c
@@ -11,7 +11,7 @@
* The cDolbyRepacker code was originally written by Reinhard Nissl <rnissl@gmx.de>,
* and adapted to the VDR coding style by Klaus.Schmidinger@cadsoft.de.
*
- * $Id: remux.c 1.25 2005/01/16 14:34:25 kls Exp $
+ * $Id: remux.c 1.26 2005/01/16 15:22:16 kls Exp $
*/
#include "remux.h"
@@ -324,7 +324,7 @@ int cDolbyRepacker::BreakAt(const uchar *Data, int Count)
#define ADAPT_FIELD 0x20
#define MAX_PLENGTH 0xFFFF // the maximum PES packet length (theoretically)
-#define MMAX_PLENGTH (8*MAX_PLENGTH) // some stations send PES packets that are extremely large, e.g. DVB-T in Finland
+#define MMAX_PLENGTH (64*MAX_PLENGTH) // some stations send PES packets that are extremely large, e.g. DVB-T in Finland or HDTV 1920x1080
#define IPACKS 2048