Commit 944fd06f authored by Ken Self's avatar Ken Self Committed by Rémi Denis-Courmont

Increased RC interface input buffer

Signed-off-by: default avatarRémi Denis-Courmont <rdenis@simphalempin.com>
parent fbc059ab
...@@ -65,7 +65,7 @@ ...@@ -65,7 +65,7 @@
# include <sys/un.h> # include <sys/un.h>
#endif #endif
#define MAX_LINE_LENGTH 256 #define MAX_LINE_LENGTH 1024
#define STATUS_CHANGE "status change: " #define STATUS_CHANGE "status change: "
/* input_state_e from <vlc_input.h> */ /* input_state_e from <vlc_input.h> */
...@@ -1542,7 +1542,7 @@ static int Quit( vlc_object_t *p_this, char const *psz_cmd, ...@@ -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(p_data); VLC_UNUSED(psz_cmd);
VLC_UNUSED(oldval); VLC_UNUSED(newval); VLC_UNUSED(oldval); VLC_UNUSED(newval);
vlc_object_kill( p_this->p_libvlc ); vlc_object_kill( p_this->p_libvlc );
return VLC_SUCCESS; return VLC_SUCCESS;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment