[vlc-devel] [vlc-commits] sd: use description field instead of longname parameter

Pierre Ynard linkfanel at yahoo.fr
Wed Nov 16 16:14:27 CET 2016


> -    playlist_NodeAddInput( p_playlist, p_input, p_parent,
> -                           PLAYLIST_APPEND, PLAYLIST_END,
> -                           pl_Locked );
> -    PL_UNLOCK;
> +    playlist_NodeAddInput(playlist, p_input, sds->node,
> +                          PLAYLIST_APPEND, PLAYLIST_END, pl_Locked);
> +    playlist_Unlock(playlist);

Should this still be p_parent? As it is p_parent is now unused.

-- 
Pierre Ynard
"Une âme dans un corps, c'est comme un dessin sur une feuille de papier."


More information about the vlc-devel mailing list