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