hi
i'm going to develope an mp3 encoder and therefor i'm studiing the source
code of lame mp3 encoder. but i'm not able to anderstand the nixt three
lines of the sourde.
struct lame_global_str uct;
typedef struct lame_global_str uct lame_global_fla gs;
typedef lame_global_fla gs *lame_t;
maybe you can tell me how it works.
thank you
andi
i'm going to develope an mp3 encoder and therefor i'm studiing the source
code of lame mp3 encoder. but i'm not able to anderstand the nixt three
lines of the sourde.
struct lame_global_str uct;
typedef struct lame_global_str uct lame_global_fla gs;
typedef lame_global_fla gs *lame_t;
maybe you can tell me how it works.
thank you
andi
Comment