comparison DOCS/tech/colorspaces.txt @ 12159:9d96071652c4

vo_gl supporting more color formats for testing
author reimar
date Thu, 08 Apr 2004 21:50:29 +0000
parents 9e4ef4ee2a06
children aa59d6df0280
comparison
equal deleted inserted replaced
12158:613cc5d45ba4 12159:9d96071652c4
101 defines what RGB is and what BGR is. So, MPlayer's RGB is compatible with 101 defines what RGB is and what BGR is. So, MPlayer's RGB is compatible with
102 OpenGL's GL_RGB on all platforms, and the same goes for BGR - GL_BGR. 102 OpenGL's GL_RGB on all platforms, and the same goes for BGR - GL_BGR.
103 Unfortunately, most of the x86 codecs call our BGR to RGB, so it sometimes 103 Unfortunately, most of the x86 codecs call our BGR to RGB, so it sometimes
104 confuse developers. 104 confuse developers.
105 105
106 If you are unsure, try the OpenGL driver (-vo gl). There is at least software 106 If you are unsure, try the OpenGL driver (-vo gl:manyfmts). There is at least
107 OpenGL implementation for all major platforms and OS's. 107 software OpenGL implementation for all major platforms and OS's, but you will
108 need OpenGL version >= 1.2 for most formats.