[vlc-devel] commit: input_GetVout and input_GetAout helpers ( Rémi Denis-Courmont )

Antoine Cellerier dionoea at videolan.org
Mon Jan 19 18:31:11 CET 2009


On Mon, Jan 19, 2009, git version control wrote:
> +static inline aout_instance_t *input_GetAout( input_thread_t *p_input )
> +     return input_Control( p_input, INPUT_GET_VOUTS, &p_aout ) ? NULL : p_aout;

This looks weird. Shouldn't it be INPUT_GET_AOUT? (or whatever the
control is called)

-- 
Antoine Cellerier
dionoea



More information about the vlc-devel mailing list