80 chars/line

+ alphabranch


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@32698 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus 2009-08-26 11:19:20 +00:00
parent b87283e761
commit f81fb0e5f6
1 changed files with 2 additions and 1 deletions

View File

@ -175,7 +175,8 @@ typedef enum {
// non linear color space -- incidently, all with 8 bits per value
// Note, BBitmap and BView do not support all of these!
// loss/saturation points are Y 16-235 (absolute), Cb/Cr 16-240 (center 128)
// loss/saturation points are Y 16-235 (absolute), Cb/Cr 16-240
// (center 128)
B_YCbCr422 = 0x4000, // Y0 Cb0 Y1 Cr0 Y2...
// Cb2 Y3 Cr2...