From 3bbb57eb833f2ae0ada312da03ac0e15b6bb1f59 Mon Sep 17 00:00:00 2001 From: vedant <12881174+viktory36@users.noreply.github.com> Date: Sat, 23 Mar 2024 16:39:49 +0300 Subject: Add new VideoRangeTypes to fully support DoVi on webOS (#10469) --- Jellyfin.Data/Enums/VideoRangeType.cs | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) (limited to 'Jellyfin.Data') diff --git a/Jellyfin.Data/Enums/VideoRangeType.cs b/Jellyfin.Data/Enums/VideoRangeType.cs index 7ac7bc20a..853c2c73d 100644 --- a/Jellyfin.Data/Enums/VideoRangeType.cs +++ b/Jellyfin.Data/Enums/VideoRangeType.cs @@ -26,10 +26,25 @@ public enum VideoRangeType HLG, /// - /// Dolby Vision video range type (12bit). + /// Dolby Vision video range type (10bit encoded / 12bit remapped). /// DOVI, + /// + /// Dolby Vision with HDR10 video range fallback (10bit). + /// + DOVIWithHDR10, + + /// + /// Dolby Vision with HLG video range fallback (10bit). + /// + DOVIWithHLG, + + /// + /// Dolby Vision with SDR video range fallback (8bit / 10bit). + /// + DOVIWithSDR, + /// /// HDR10+ video range type (10bit to 16bit). /// -- cgit v1.2.3