Mercurial > mplayer.hg
changeset 33918:294df8d5648d
Fix spelling.
author | reimar |
---|---|
date | Sat, 20 Aug 2011 11:29:23 +0000 |
parents | da037b5d9ede |
children | 2d87bbea9e0f |
files | libvo/gl_common.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/gl_common.c Sat Aug 20 10:19:23 2011 +0000 +++ b/libvo/gl_common.c Sat Aug 20 11:29:23 2011 +0000 @@ -322,7 +322,7 @@ 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