hi, everyone,

I have resolved the problem,

if I set the input buffer size of jpeg file length, the decoder will fail,
so I add the input buffer size with 1024, the decoder will success then.

it's,
inbuf.descs[0].bufSize = jpg_len + 1024;

But I don't know what's wrong with it.

Best regards

Frank
_______________________________________________
Davinci-linux-open-source mailing list
[email protected]
http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source

Reply via email to