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.

dec parameter set

hi all ,now when i create the dec link ,i set the below parameter

decPrm.chCreateParams[i].algCreateStatus = DEC_LINK_ALG_CREATE_STATUS_DONOT_CREATE;

so i can call the function Vdec_createChn() to create a dec channel direactly

then now i found the i can disable a dec channel ,but if i call the enable function to enable the disable dec channel ,that can not enable dec?so why?