mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add support for out-of-spec but existent, Dolby Vision Profile 8 CCid 6 media. (#11334)
This commit is contained in:
parent
f7f7ba8853
commit
e93fa27e4c
@ -730,6 +730,8 @@ namespace MediaBrowser.Model.Entities
|
|||||||
1 => (VideoRange.HDR, VideoRangeType.DOVIWithHDR10),
|
1 => (VideoRange.HDR, VideoRangeType.DOVIWithHDR10),
|
||||||
4 => (VideoRange.HDR, VideoRangeType.DOVIWithHLG),
|
4 => (VideoRange.HDR, VideoRangeType.DOVIWithHLG),
|
||||||
2 => (VideoRange.SDR, VideoRangeType.DOVIWithSDR),
|
2 => (VideoRange.SDR, VideoRangeType.DOVIWithSDR),
|
||||||
|
// While not in Dolby Spec, Profile 8 CCid 6 media are possible to create, and since CCid 6 stems from Bluray (Profile 7 originally) an HDR10 base layer is guaranteed to exist.
|
||||||
|
6 => (VideoRange.HDR, VideoRangeType.DOVIWithHDR10),
|
||||||
// There is no other case to handle here as per Dolby Spec. Default case included for completeness and linting purposes
|
// There is no other case to handle here as per Dolby Spec. Default case included for completeness and linting purposes
|
||||||
_ => (VideoRange.SDR, VideoRangeType.SDR)
|
_ => (VideoRange.SDR, VideoRangeType.SDR)
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user