ref: 5b286b3f0769059769c9431f952a005146e8f5b1
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