Commit fe1ac6e3 authored by Petri Hintukainen's avatar Petri Hintukainen Committed by Rafaël Carré

ts: do not set same field twice

Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 06e24490
......@@ -567,7 +567,6 @@ static int Open( vlc_object_t *p_this )
if( !p_sys )
return VLC_ENOMEM;
memset( p_sys, 0, sizeof( demux_sys_t ) );
p_sys->i_packet_size = i_packet_size;
vlc_mutex_init( &p_sys->csa_lock );
p_sys->buffer = NULL;
......
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