Decoder modularization - step 1

Henri Fallon henri at via.ecp.fr
Wed Oct 31 18:33:04 CET 2001


On Wed, Oct 31, 2001, Christophe Massiot 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 ?

-- 
henri 




More information about the vlc-devel mailing list