Newer
Older
monitord / lame-3.97 / frontend / .svn / text-base / parse.h.svn-base
@root root on 23 Jan 2012 518 bytes Migration from SVN revision 455

int  usage            ( FILE* const fp, const char* ProgramName );
int  short_help       ( const lame_global_flags* gfp, FILE* const fp, const char* ProgramName );
int  long_help        ( const lame_global_flags* gfp, FILE* const fp, const char* ProgramName, int lessmode );
int  display_bitrates (                               FILE* const fp );

int  parse_args(lame_global_flags* gfp, int argc, char** argv, char * const inPath, char * const outPath, char * nogap_inPath[], int *max_nogap);

/* end of parse.h */