zjlyou / openjpeg

Automatically exported from code.google.com/p/openjpeg
Other
0 stars 0 forks source link

Decode times almost double(!!) on Visual Studio 2013, 2015 #505

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Code says:

/* MSVC before 2013 and Borland C do not have lrintf */

However, it looks like the lrintf implementation has problems.
So, for now, I think we should use our own lrintf implementation
(this already exists, just remove the ifdef)

Original issue reported on code.google.com by boxe...@gmail.com on 8 Jun 2015 at 8:51