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.

Where to find odd/even field indicator and frame counter

Hello, all. We are running the DM8148 demo application from the last EZSDK and last Arago kernel. The input video is the interlaced one (or from TVP5151-NTSC, or from TVP7002-780i). Everything finally works fine, one call to the read() in IL_ClientOutputRawBitStreamWriteTask() from the iLclient.c file returns one field of the input stream. Perfect! The questions are: 1. How can one know looking at the OMX_BUFFERHEADERTYPE* pBufferOut address structure which fields has arrived - odd or even? 2. Where can be the frame/field counter to follow the sequence and know that nothing was lost on its way? Many thanks ahead for any hint.