Mercurial > mplayer.hg
changeset 30993:d3143f6ec4b3
typo fix found by ubitux
author | compn |
---|---|
date | Tue, 13 Apr 2010 01:26:20 +0000 |
parents | bf1afb0fa07d |
children | 38a0aa0ac675 |
files | spudec.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/spudec.c Mon Apr 12 21:04:17 2010 +0000 +++ b/spudec.c Tue Apr 13 01:26:20 2010 +0000 @@ -174,7 +174,7 @@ static inline int mkalpha(int i) { /* In mplayer's alpha planes, 0 is transparent, then 1 is nearly - opaque upto 255 which is transparent */ + opaque upto 255 which is fully opaque */ // extend 4 -> 8 bit i |= i << 4; return (uint8_t)(-i);