Hi community members, I use libvpu.so to decode a polluted JPEG picture time to time, then I check the value of DecOutputInfo.numOfErrMBs in /external/fsl_imx_omx/OpenMAXIL/src/component/vpu_wrapper/vpu_wrapper.c, the results are unstable, sometimes the value is an stable integer greater than zero and sometimes is zero. I did another experiment, If I try a unpolluted picture, the result is always zero. So is the field DecOutputInfo.numOfErrMBs really work for JPEG decoding? Thanks!