On Sun, Dec 5, 2010 at 8:11 AM, <[email protected]> wrote: > 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
Thank you for having posted also the solution. I'll work on encoding, but your information can be useful also for me! Bye, Raffaele _______________________________________________ Davinci-linux-open-source mailing list [email protected] http://linux.davincidsp.com/mailman/listinfo/davinci-linux-open-source
