Commit d93e3c37 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

live555: remove unused variables

parent f84dd14d
......@@ -566,8 +566,6 @@ static int Connect( demux_t *p_demux )
char *psz_user = NULL;
char *psz_pwd = NULL;
char *psz_url = NULL;
char *psz_options = NULL;
char *p_sdp = NULL;
int i_http_port = 0;
int i_ret = VLC_SUCCESS;
const int i_timeout = var_InheritInteger( p_demux, "ipv4-timeout" );
......@@ -1724,6 +1722,8 @@ static void StreamRead( void *p_private, unsigned int i_size,
unsigned int i_truncated_bytes, struct timeval pts,
unsigned int duration )
{
VLC_UNUSED( duration );
live_track_t *tk = (live_track_t*)p_private;
demux_t *p_demux = tk->p_demux;
demux_sys_t *p_sys = p_demux->p_sys;
......
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