From b640dfad6fd5c0ae3a9bfdd9b4bd54e387b0cc51 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 6 Aug 2017 02:52:29 +0200 Subject: Update blind-convert to support unconverted output from ffmpeg and partially converted output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/stream.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/stream.h') 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 { -- cgit v1.2.3-70-g09d2