Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/mpc-hc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorv0lt <v0lt@users.sourceforge.net>2012-06-20 23:22:06 +0400
committerv0lt <v0lt@users.sourceforge.net>2012-06-20 23:22:06 +0400
commit0be32210ecffdd2d04ea144e44eecaedbf1623f9 (patch)
tree34cb4d06cd3e10627acb760e8d584b679b105039
parent598e284fd3873fc7c506f28c6b568cb97a53a96b (diff)
BaseSplitter: fixed playback of some m2ts files after r4249, set MAXPACKETS = 1400 (ticket #2410)
git-svn-id: https://mpc-hc.svn.sourceforge.net/svnroot/mpc-hc/trunk@5208 10f7b99b-c216-0410-bff0-8a66a9350fd8
-rw-r--r--src/filters/parser/BaseSplitter/BaseSplitter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/filters/parser/BaseSplitter/BaseSplitter.h b/src/filters/parser/BaseSplitter/BaseSplitter.h
index a28dd7db7..4e7d74daf 100644
--- a/src/filters/parser/BaseSplitter/BaseSplitter.h
+++ b/src/filters/parser/BaseSplitter/BaseSplitter.h
@@ -34,10 +34,10 @@
#include "../../../DSUtil/DSMPropertyBag.h"
#include "../../../DSUtil/FontInstaller.h"
-#define MINPACKETS 100 // Beliyaal: Changed the min number of packets to allow Bluray playback over network
+#define MINPACKETS 100 // Beliyaal: Changed the min number of packets to allow Bluray playback over network
#define MINPACKETSIZE 256*1024 // Beliyaal: Changed the min packet size to allow Bluray playback over network
-#define MAXPACKETS 1000
-#define MAXPACKETSIZE 1024*1024*128
+#define MAXPACKETS 1400
+#define MAXPACKETSIZE 128*1024*1024
enum {
/* various PCM "codecs" */