summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-26 20:21:38 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-06-26 20:21:38 +0000
commit71723dc2c62f054b08eadc880f397e8cb308d6d9 (patch)
tree26a91efb500a93d186ccb7859a4d8e28da44f5b5 /input
parent95dcb653798ef9b070d58e8958830bee3ddeca72 (diff)
downloadmpv-71723dc2c62f054b08eadc880f397e8cb308d6d9.tar.bz2
mpv-71723dc2c62f054b08eadc880f397e8cb308d6d9.tar.xz
Increase slave mode buffer so that one can load files with a deeper
path (or bigger URLs). Patch by Mathieu Schroeter (mathieu DOT schroeter AT gamesover DOT ch). git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29403 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.c b/input/input.c
index 5fbc26b309..6df64307e8 100644
--- a/input/input.c
+++ b/input/input.c
@@ -918,7 +918,7 @@ mp_input_parse_cmd(char* str) {
return cmd;
}
-#define MP_CMD_MAX_SIZE 256
+#define MP_CMD_MAX_SIZE 4096
static int
mp_input_read_cmd(mp_input_fd_t* mp_fd, char** ret) {