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