summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-09 15:54:09 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-09-09 15:54:09 +0000
commit6c536df1d0e8657525e9e7f644a825070d1fdc4b (patch)
treefd8123224f37fb670374a00f901a7ce93ea28843 /libvo
parentbe2b214c35787b11ce4dafed268fa749b38c872e (diff)
downloadmpv-6c536df1d0e8657525e9e7f644a825070d1fdc4b.tar.bz2
mpv-6c536df1d0e8657525e9e7f644a825070d1fdc4b.tar.xz
Fix a typo in a comment
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16436 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/gl_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/gl_common.c b/libvo/gl_common.c
index fcaac5f2a1..cc05793d62 100644
--- a/libvo/gl_common.c
+++ b/libvo/gl_common.c
@@ -305,7 +305,7 @@ void glCreateClearTex(GLenum target, GLenum fmt, GLint filter,
* \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) {