Hello, davinci-linux-open-source
In demo code, function decodeVideoBuffer(), it will reject frames but return
SUCCESS.
status = VIDDEC_process(hDecode, &inBufDesc, &outBufDesc,
&inArgs, &outArgs);
if (status != VIDDEC_EOK) {
if (status == VIDDEC_ERUNTIME ||
XDM_ISFATALERROR(outArgs.extendedError)) {
return FAILURE;
}
else {
stats->framesRejected++;
return SUCCESS;
}
}
what reason can cause ti-h264-decoder reject frames?
jp_liu, [EMAIL PROTECTED]
2007-03-06
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source