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


#define	DSPcode		DSP3_AAC_code 
//#define	DSPcodelen	DSP3_AAC_codelen 
 
#include "dsp3rom.d16.aac.inc" 
#include "dsp3_codec_extern_param.h" 
 
//const	unsigned	DSPcodelen = sizeof(DSPcode); 
 
const DSP3_CODEC_INFO     g_stDSP3Info_AAC = 
{ 
    (BYTE*)DSPcode, 
    DSP3_AAC_IM, 
    DSP3_AAC_DM, 
    DSP3_AAC_PM, 
#ifndef DVDRELEASE 
    "dsp3rom.d16.aac", 
#endif 
}; 
 
#undef	DSPcode 
//#undef	DSPcodelen