Hello!
I have a question about the h.264 decoder (decoder 1.10.00.06, dvsdk 3.10.00.16) running on the DM365. It gets encoded frames via radio link. After the link was broken for a short time, the decoder can't decode the first frame it gets after the broken link. The returning value (of Vdec2_process) of the decoder is 0 and the number of bytes consumed by the decoder is always 7 (got these values with DMAI_DEBUG=2). But there is no data to display (Vdec2_getDisplayBuffer returns NULL). After that, the next frame is decoded correctly.
The frame data should be correct, there are only some frames missed because of the partly broken link. But why can't the decoder process the first frame after the broken link? Maybe the decoder breaks the processing because it has detected that some frames got lost (e.g. by means of a continuity counter or something)?!
Regards,
MW