[MPlayer-cvslog] CVS: main/libvo gl_common.c,1.17,1.18
Reimar Döffinger CVS
syncmail at mplayerhq.hu
Fri Sep 9 17:54:11 CEST 2005
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv10136
Modified Files:
gl_common.c
Log Message:
Fix a typo in a comment
Index: gl_common.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/gl_common.c,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- gl_common.c 25 Aug 2005 12:45:57 -0000 1.17
+++ gl_common.c 9 Sep 2005 15:54:09 -0000 1.18
@@ -305,7 +305,7 @@
* \param type OpenGL type
* \return bytes per pixel
*
- * Does not handle all possible variants, just those use by MPlayer
+ * Does not handle all possible variants, just those used by MPlayer
*/
int glFmt2bpp(GLenum format, GLenum type) {
switch (type) {
More information about the MPlayer-cvslog
mailing list