Mercurial > mplayer.hg
changeset 16435:b5ca0e5760d0
Fix a typo in a comment
author | reimar |
---|---|
date | Fri, 09 Sep 2005 15:54:09 +0000 |
parents | db8d8039a5f4 |
children | 31c643d16626 |
files | libvo/gl_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/gl_common.c Fri Sep 09 14:49:13 2005 +0000 +++ b/libvo/gl_common.c Fri Sep 09 15:54:09 2005 +0000 @@ -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) {