Skip to content
Snippets Groups Projects
Commit dad24f0b authored by Zhao Zhili's avatar Zhao Zhili Committed by Thomas Guillem
Browse files

access_output: rist: remove useless initialisation


Since p_sys is created by vlc_obj_calloc.

Signed-off-by: default avatarThomas Guillem <thomas@gllm.fr>
parent 271ad1ad
No related branches found
No related tags found
No related merge requests found
......@@ -677,10 +677,6 @@ static int Open( vlc_object_t *p_this )
if( unlikely( p_sys == NULL ) )
return VLC_ENOMEM;
p_sys->rtp_counter = 0;
p_sys->last_rtcp_tx = 0;
memset(p_sys->receiver_name, 0, MAX_CNAME);
int i_dst_port = RIST_DEFAULT_PORT;
char *psz_dst_addr;
char *psz_parser = psz_dst_addr = strdup( p_access->psz_path );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment