[vlc-devel] commit: Extensions: new script capability "input-listener" ( Jean-Philippe André )

Laurent Aimar fenrir at via.ecp.fr
Wed Feb 3 21:01:19 CET 2010


On Wed, Feb 03, 2010, git version control wrote:
> +            p_ext->p_sys->p_input = p_input ? vlc_object_hold( p_input )
> +                                            : p_input;
 Just to nitpick, using p_input ? hold() : NULL will be more
readable.
-- 
fenrir




More information about the vlc-devel mailing list