From 71723dc2c62f054b08eadc880f397e8cb308d6d9 Mon Sep 17 00:00:00 2001 From: ben Date: Fri, 26 Jun 2009 20:21:38 +0000 Subject: 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 --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') 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) { -- cgit v1.2.3