Hi
I have query regarding the H264 callback function for NAL Units.
As per documents, I have implemented function as below
void H264BP_outputNalUnit(
unsigned int *pNalu,
unsigned int *pPacketSizeInBytes
)
{
}
and set the dynamic parameter
ext_dynamicParams.pfNalUnitCallBack = H264BP_outputNalUnit;
But function is not get called. Please can anyone know What I missing? Is there any extra setting required apart from this so that function gets called?
Thanks,
Sachin Hambar