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.

DM368 Concurrency issues with H.264 decoder & JPEG encoder

Hi all,

I am wondering if any concurrency issues are known when running the H.264 decoder (VDEC2) and the JPEG Encoder in their own threads?

I have observed corruption in the encoder output and I found that stopping the decoder and encoder from running concurrently (I used a shared mutex) made the problem go away.