Hi,
In the IL_ClientOutputBitStreamWriteTask() thread when I print the nflags of the buffer which is read out from the opBufPipe[0] the nflags is always set to zero.
I want to know when I can get OMX_BUFFERFLAG_ENDOFFRAME/OMX_BUFFERFLAG_SYNCFRAME flags set.
And also reading from the output pipe buffer the size of the buffers read is different always, in the IL_ClientOutputBitStreamWriteTask() thread In each read do we read entire frame ? How can we determine whether its a I/P/B frame ?
I want to skip first few frames of the encoded video and then later write to the file for which I need to determine the above.
Any quick pointer might be helpful!
Thanks And Regards,
MIke