aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/stream.h')
-rw-r--r--src/stream.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/stream.h b/src/stream.h
index 2d27cba..b36e4d3 100644
--- a/src/stream.h
+++ b/src/stream.h
@@ -65,7 +65,6 @@ enum dimension {
enum colour_space {
CIEXYZ,
- CIEXYZ_NONLINEAR,
YUV_NONLINEAR,
SRGB_NONLINEAR,
SRGB
@@ -88,9 +87,9 @@ enum encoding {
};
enum endian {
- HOST_ENDIAN,
- LITTLE_ENDIAN,
- BIG_ENDIAN /* not used */
+ HOST,
+ LITTLE,
+ BIG /* not used */
};
struct stream {