[MPlayer-G2-dev] Re: g2 config - restart...
    Andriy N. Gritsenko 
    andrej at lucky.net
       
    Wed May 14 18:21:46 CEST 2003
    
    
  
Sometime (on Wednesday, May 14 at 19:16) I've sent something...
>typedef struct {
>  unsigned char version[4]; // { PLUGIN_VERSION_MAJOR, PLUGIN_VERSION_MINOR, 'M', 'P' }
>  int type; // for loadable module identification
>  char *name;
>  char *desc; // short description for help and gui
>  char *maintainer;
>  char *author;
>  char *comment;
>  config_t *opts;
>  void *param_defaults;
>  size_t *param_size;
OOPS, it's typo, sorry, must be without '*':
   size_t param_size;
>  char *filename; // filled by plugin subsystem, NULL for internal
>} module_info_t;
    With best wishes.
    Andriy.
    
    
More information about the MPlayer-G2-dev
mailing list