Hello
In the imx-vpu-lib-3.0.35-4.1.0 source code I found the Workaround for RTL bug of H264 encoder on mx6q.
file: vpu_lib.c
function: vpu_EncStartOneFrame
/* Workaround for RTL bug of H264 encoder on mx6q */
if (cpu_is_mx6q() && (pCodecInst->codecMode == AVC_ENC))
vpu_mx6_swreset(0);
What is this bug ? and why is bug so fixed ?
Thanks in advance.
Sorry, there is no additional information about the " RTL bug of H264 encoder on mx6q".
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------