[MPlayer-cvslog] r31035 - trunk/spudec.c
compn
subversion at mplayerhq.hu
Tue Apr 13 03:26:20 CEST 2010
Author: compn
Date: Tue Apr 13 03:26:20 2010
New Revision: 31035
Log:
typo fix found by ubitux
Modified:
trunk/spudec.c
Modified: trunk/spudec.c
==============================================================================
--- trunk/spudec.c Mon Apr 12 23:04:17 2010 (r31034)
+++ trunk/spudec.c Tue Apr 13 03:26:20 2010 (r31035)
@@ -174,7 +174,7 @@ static inline unsigned char get_nibble(p
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);
More information about the MPlayer-cvslog
mailing list