RFC: input info

Christophe Massiot massiot at via.ecp.fr
Mon Jul 8 23:19:47 CEST 2002


À (At) 19:34 +0200 8/07/2002, Sigmund Augdal écrivait (wrote) :

>struct input_info_s {
>    char *         psz_name;
>    char *         psz_value;
>    input_info_t * p_next;
>};
>
>struct input_info_category_s {
>    char *                  psz_name;
>    input_info_t *          p_info;
>    input_info_category_t * p_next;
>};

Seems damn good to me.

>input_thread_s should then have a member pointing to the first 
>category of info ( i.e "general" )

In stream_descriptor_t, please.

-- 
Christophe Massiot.

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://www.videolan.org/lists.html
If you are in trouble, please contact <postmaster at videolan.org>



More information about the vlc-devel mailing list