Hi,
I am using the H264 High Profile decoder on a DM3730, and I need to synchronize decoded video samples with audio samples. Most decoders provide a way to associate private data with encoded frames, and to retrieve those data while pulling decoded frames. However, I do not see any mechanism like that in the decoder...
How can I maintain PTS/frame association during decoding operation ?
Thanks,