Decoder modularization - step 1

Christophe Massiot massiot at via.ecp.fr
Wed Oct 31 18:37:09 CET 2001


On Wed, Oct 31, 2001, Henri Fallon wrote:

> > 2. Merge adec_config_t and vdec_config_t to a single dec_config_t - input
> > doesn't need to make the difference.
> 
> almost done. Btw i noticed that most of the fields in these structures
> weren't used, and vlc seems to work very well with :
> 
>  typedef struct dec_config_s
>  {
>      decoder_config_t        decoder_config;
>  } dec_config_t;
> 
> Do you think I should keep it that way, if one day we may want to add
> something, or should I use directly decoder_config everywhere ?

It depends ; I had put those pointers there because I thought it was
the only way for a decoder plug-in to access the output ; but we can
also use the current way of exporting symbols.

-- 
Christophe Massiot.




More information about the vlc-devel mailing list