aboutsummaryrefslogtreecommitdiffstats
path: root/src/stream.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-08-06 02:52:29 +0200
committerMattias Andrée <maandree@kth.se>2017-08-06 02:52:29 +0200
commitb640dfad6fd5c0ae3a9bfdd9b4bd54e387b0cc51 (patch)
tree8d1614209eeb045d071349cc2808958647509110 /src/stream.h
parentUpdate todo (diff)
downloadblind-b640dfad6fd5c0ae3a9bfdd9b4bd54e387b0cc51.tar.gz
blind-b640dfad6fd5c0ae3a9bfdd9b4bd54e387b0cc51.tar.bz2
blind-b640dfad6fd5c0ae3a9bfdd9b4bd54e387b0cc51.tar.xz
Update blind-convert to support unconverted output from ffmpeg and partially converted output
Signed-off-by: Mattias Andrée <maandree@kth.se>
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 {