summaryrefslogtreecommitdiff
path: root/src/colour_conversion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/colour_conversion.h')
-rw-r--r--src/colour_conversion.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/colour_conversion.h b/src/colour_conversion.h
index 83ba3ad3..8501699a 100644
--- a/src/colour_conversion.h
+++ b/src/colour_conversion.h
@@ -59,6 +59,7 @@ class TransferFunction;
enum class YUVToRGB {
REC601,
REC709,
+ REC2020,
COUNT
};