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
This commit is contained in:
ben 2009-06-26 20:21:38 +00:00
parent 95dcb65379
commit 71723dc2c6
1 changed files with 1 additions and 1 deletions

View File

@ -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) {