[vlc-devel] commit: Increased RC interface input buffer (Ken Self )
git version control
git at videolan.org
Thu Jan 15 16:38:50 CET 2009
vlc | branch: master | Ken Self <kenself at optusnet.com.au> | Thu Jan 15 21:00:51 2009 +1100| [944fd06f86e0aa82d353411c3bec895bbed2da60] | committer: Rémi Denis-Courmont
Increased RC interface input buffer
Signed-off-by: Rémi Denis-Courmont <rdenis at simphalempin.com>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=944fd06f86e0aa82d353411c3bec895bbed2da60
---
modules/control/rc.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/control/rc.c b/modules/control/rc.c
index 23a7b05..ad2b89c 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -65,7 +65,7 @@
# include <sys/un.h>
#endif
-#define MAX_LINE_LENGTH 256
+#define MAX_LINE_LENGTH 1024
#define STATUS_CHANGE "status change: "
/* input_state_e from <vlc_input.h> */
@@ -1542,7 +1542,7 @@ static int Quit( vlc_object_t *p_this, char const *psz_cmd,
{
VLC_UNUSED(p_data); VLC_UNUSED(psz_cmd);
VLC_UNUSED(oldval); VLC_UNUSED(newval);
-
+
vlc_object_kill( p_this->p_libvlc );
return VLC_SUCCESS;
}
More information about the vlc-devel
mailing list