ref: 616339114cd7d6c7e2ab8a85b3d07ce19739f2f8
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