X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=image_format.h;h=f84a0f487ff596f0f65bb864b3b1f3b45dc14748;hp=55aa8d4989b26233d2688243e0370f08c46e4552;hb=0490917aca6b8e6057c04c8becc820a8e849a801;hpb=e655afd53f2e56938bd4e7f72640eff56ef4a1ee diff --git a/image_format.h b/image_format.h index 55aa8d4..f84a0f4 100644 --- a/image_format.h +++ b/image_format.h @@ -9,6 +9,7 @@ enum ColorSpace { COLORSPACE_REC_709 = 0, // Same as sRGB. COLORSPACE_REC_601_525 = 1, COLORSPACE_REC_601_625 = 2, + COLORSPACE_XYZ = 3, // Mostly useful for testing and debugging. }; enum GammaCurve {