1
mirror of https://github.com/mpv-player/mpv synced 2024-10-18 10:25:02 +02:00

Fix a typo in a comment

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16436 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2005-09-09 15:54:09 +00:00
parent be2b214c35
commit 6c536df1d0

View File

@ -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) {