ref: 484b8633d2e7f0000be29c01ede7b2d35f36272f
dir: /plugins/cooledit/Structs.h/
#ifndef _STRUCTS___ #define _STRUCTS___ typedef struct mec { bool AutoCfg; faacEncConfiguration EncCfg; } MY_ENC_CFG; // ----------------------------------------------------------------------------------------------- typedef struct mdc { bool AutoCfg; BYTE Channels; DWORD BitRate; faacDecConfiguration DecCfg; } MY_DEC_CFG; #endif