[vlc-devel] [PATCH 2/4] input: add a new variable storing which ES type was last modified

Francois Cartegnie fcvlcdev at free.fr
Sat Jul 19 02:49:42 CEST 2014


Le 19/07/2014 02:40, Felix Abecassis a écrit :

>      if( i_cat != UNKNOWN_ES )
> +    {
> +        var_SetInteger( p_input, "es-type", i_cat );
>          VarListAdd( p_input, GetEsVarName( i_cat ), INPUT_EVENT_ES_ADD,
>                      i_id, psz_text );
> +    }

Why not last-modified-es-id and then get type by id ?

Francois



More information about the vlc-devel mailing list