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.

365 JPEG Encoder, is it possible not to generate Restart Markers?

Hi to all, i'm using Dvsdk v. 2.10.01.18 on DM365 with DM365 Codecs v 01.00.06.

My question is very specific; Jpeg encoder in old DM355 did not create JPEG images with restart markers (0xFF 0xD0, 0xD1 ... 0xD7).

Now that we migrated to the DM365, the JPEG Encoder automatically uses them, even if I'm not making a sliced-image encoding. (My dynamic parameters are like that):

dynParams-> numAU = XDM_DEFAULT;
dynParams->inputChromaFormat = XDM_YUV_420SP;
dynParams->inputHeight = height;
dynParams->inputWidth = width;
dynParams->captureWidth = 0;
dynParams->generateHeader = XDM_ENCODE_AU;
dynParams->qValue = quality;

The problem is that our JPEG/RTP implementation does not currently support JPEG images with restart markers. Is there a way to tell DM365 JPEG encoder not to use them and behave like DM355 Codec?

Regards,

Cristiano.