Hi,I`m working with DM8168 and DVRRDK.
I want two H.264 codec to decode one file. The first codec will decode odd number frames ,the second will do even frames.
Before the second codec start decoding the 2nd frame, the 1st frame YUV frame data need to be available as the reference data.
If the YUV is available ,how to make the codec recognize the foreign YUV data as the reference frame?Should I just put the YUV in some special address, or need some other operation? In DVR RDK I only find a process function in declink codec api, so I need help now.
This situation may look strange but it`s what I need now.