[MPlayer-cvslog] r34006 - trunk/libvo/gl_common.c

reimar subversion at mplayerhq.hu
Sat Aug 20 13:29:24 CEST 2011


Author: reimar
Date: Sat Aug 20 13:29:23 2011
New Revision: 34006

Log:
Fix spelling.

Modified:
   trunk/libvo/gl_common.c

Modified: trunk/libvo/gl_common.c
==============================================================================
--- trunk/libvo/gl_common.c	Sat Aug 20 12:19:23 2011	(r34005)
+++ trunk/libvo/gl_common.c	Sat Aug 20 13:29:23 2011	(r34006)
@@ -322,7 +322,7 @@ int glFindFormat(uint32_t fmt, int *bpp,
       break;
 #if 0
     case IMGFMT_BGR8:
-      // special case as red and blue have a differen number of bits.
+      // special case as red and blue have a different number of bits.
       // GL_BGR and GL_UNSIGNED_BYTE_3_3_2 isn't supported at least
       // by nVidia drivers, and in addition would give more bits to
       // blue than to red, which isn't wanted


More information about the MPlayer-cvslog mailing list