Hi,
In vpuenc.c file
if (!(vpuenc->gop_frm_cnt % vpuenc->options.gopsize)) {
vpuenc->context.params.nForceIPicture= 1;
}
the above code is ued to force the IDR indication in th H.264 protocol.
But if we use this code what we have observed is the size of I slice less than next P-slice.
could you please give me the reason for the same.