Mercurial > mplayer.hg
diff libmpcodecs/vf_flip.c @ 8349:916d5392dcc9
- It fixes a small bug where a byte value is divided by 255.0 to convert
to a float within [0.0, 1.0] and later multiplied by 256.0 to convert
back. This makes the luminance lookup table more correct, although the
visual difference is relatively small.
- speedup of inner loop, using dst[i] instead of *dst++
based on patch by Linards Ticmanis <ticmanis@coli.uni-sb.de>
author | arpi |
---|---|
date | Wed, 04 Dec 2002 22:00:03 +0000 |
parents | 62d00d1c624e |
children | 12741a866acd |