This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

question about Adec_create error

when i call this api Adec_create, i get error as follows:

AUDIO: DEC -> Handle 5247C0, Int Handle 5247C8
RpeClient_initConfigDB() returned ERROR=-1017
Segmentation fault

i set parameters:

aDecParams.decoderType = AUDIO_CODEC_TYPE_AAC_LC;

aDecParams.desiredChannelMode = 2;

pTmp->pHandle = Adec_create(&aDecParams);

can you help me ? thanks very much!