ref: a193d2b80a41789b8a67aa7f1ed3301aa87f0217
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