When I use Vdec2_control with XDM_RESET on the H264 decoder, how do I know what buffers are freed? Do I just assume that after the reset, I should go through my table of buffers and mark them as freed?
For some reason I seem to be getting display buffers with the "codec in use" bit stuck after some non-fatal errors. I'm having a hard time figuring out how to keep the decoder running without running out of display buffers. It even seems like performing a reset is not changing the decoder to a clean state. But I'm not sure that it isn't my fault as this time.
John A