]> git.sesse.net Git - vlc/blobdiff - modules/stream_out/rtp.c
s/psz_name/psz_path/ for consistency
[vlc] / modules / stream_out / rtp.c
index b4b50ab48d932a6642e112316e854359df0de1f2..d97d10d9030b978939af2df798c554f05370c9c7 100644 (file)
@@ -513,7 +513,7 @@ static int Open( vlc_object_t *p_this )
         p_grab->p_sout      = p_sout;
         p_grab->psz_access  = strdup( "grab" );
         p_grab->p_cfg       = NULL;
-        p_grab->psz_name    = strdup( "" );
+        p_grab->psz_path    = strdup( "" );
         p_grab->p_sys       = (sout_access_out_sys_t*)p_stream;
         p_grab->pf_seek     = NULL;
         p_grab->pf_write    = AccessOutGrabberWrite;