]> git.sesse.net Git - ffmpeg/commit
avcodec/on2avc: fix regression on icc since 5495c7f
authorGanesh Ajjanagadde <gajjanagadde@gmail.com>
Sun, 27 Dec 2015 00:53:12 +0000 (16:53 -0800)
committerGanesh Ajjanagadde <gajjanagadde@gmail.com>
Sun, 27 Dec 2015 01:20:55 +0000 (17:20 -0800)
commit71af38954b18c2956932f0221b1874e228c983fe
treef688ac181bdec3a9b75937f982a90f4f8ce46750
parente70d56b8ad5d77d7e5611b5c4994ae09b115d504
avcodec/on2avc: fix regression on icc since 5495c7f

Should fix the regression, and also speeds up table generation.
Tables tested on GNU/Linux+clang: they are identical to the ones prior
to 5495c7f. ff_exp10 caused one slight change in one entry, 50000 became
50001 due to somewhat incorrect rounding.

Untested on ICC; passes FATE on GNU/Linux+gcc.

Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
libavcodec/on2avc.c