# HG changeset patch # User compn # Date 1271121980 0 # Node ID d3143f6ec4b35765d86ac285b73e84cfb99e5cf0 # Parent bf1afb0fa07d0e967150df679cc255566d10796e typo fix found by ubitux diff -r bf1afb0fa07d -r d3143f6ec4b3 spudec.c --- 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);