Commit 568b8609 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Cosmetic

parent 0222328d
......@@ -594,7 +594,8 @@ static int Open( vlc_object_t *p_this )
if( p_cfg->psz_value == NULL || *p_cfg->psz_value == '\0' )
continue;
if( !strcmp( p_cfg->psz_value, val.psz_string ) ) /* needed both :sout-rtp-sdp= and rtp{sdp=} can be used */
/* needed both :sout-rtp-sdp= and rtp{sdp=} can be used */
if( !strcmp( p_cfg->psz_value, val.psz_string ) )
continue;
SDPHandleUrl( p_stream, p_cfg->psz_value );
......
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