hi all ,i have a problem like that
my link is
cap->dup->dis
->dei->nsf->enc->..... that my app run normally ,just because of the nsf link limit the 2 ch 1080p framerate,for example one 60 reduce to be 50fps
so now i want to delete the nsf link , i use the dei DEI_LINK_OUT_QUE_VIP_SC to link enc ,but when i run my new app ,i found that in the function EncLink_codecSetqpParamI() the format value changed from 9 to 0 ,so it has the UTILS_assert(FALSE); error .so why? and how to fix it
swith(pChObj->algObj.algCreateParams.format)
{case
......
}
tks