This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

DM36x h264enc ver2.30.00.04: problem when idrFrameInterval=1

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?