Hi,
In codec user guide, it says if idrFrameInterval=1, all frames are IDR frame (1: No inter frames, all IDR frames). But the output frame type (IVIDENC1_OutArgs.encodedFrameType) is IVIDEO_I_FRAME in this condition, instead of IVIDEO_IDR_FRAME.
The value of IVIDENC1_OutArgs.encodedFrameType is ok when idrFrameInterval>1.
Would you pls help to check if it is a bug of codec or we miss anything?