]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/standard.c
s/psz_name/psz_path/ for consistency
[vlc] / modules / stream_out / standard.c
index 2cef71be96f7c229523ea3801b1a00724fb65d05..b8b8122397ea8a12cd0a2a3975040f9398358a44 100644 (file)
@@ -355,7 +355,6 @@ static int Open( vlc_object_t *p_this )
 #if 0
             p_session->psz_uri = strdup( url.psz_host );
             p_session->i_port = url.i_port;
-            p_session->psz_sdp = NULL;
             p_session->i_payload = 33;
             p_session->b_rtp = strstr( psz_access, "rtp") ? 1 : 0;
 #endif