www.pudn.com > 8202s.rar > dsp3rom.d16.cd.c, change:2005-02-26,size:408b


#define	DSPcode		DSP3_CD_code 
//#define	DSPcodelen	DSP3_CD_codelen 
 
#include "dsp3rom.d16.cd.inc" 
#include "dsp3_codec_extern_param.h" 
 
//const	unsigned	DSPcodelen = sizeof(DSPcode); 
 
const DSP3_CODEC_INFO     g_stDSP3Info_CD = 
{ 
    (BYTE*)DSPcode, 
    DSP3_CD_IM, 
    DSP3_CD_DM, 
    DSP3_CD_PM, 
#ifndef DVDRELEASE 
    "dsp3rom.d16.cd", 
#endif 
}; 
 
#undef	DSPcode 
//#undef	DSPcodelen