mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-11 21:02:10 +01:00
Merge pull request #16609 from ddemarco5/master
Fix HDR tonemapping for BDMV content
This commit is contained in:
@@ -366,6 +366,8 @@ namespace MediaBrowser.Providers.MediaInfo
|
||||
blurayVideoStream.ColorSpace = ffmpegVideoStream.ColorSpace;
|
||||
blurayVideoStream.ColorTransfer = ffmpegVideoStream.ColorTransfer;
|
||||
blurayVideoStream.ColorPrimaries = ffmpegVideoStream.ColorPrimaries;
|
||||
blurayVideoStream.BitDepth = ffmpegVideoStream.BitDepth;
|
||||
blurayVideoStream.PixelFormat = ffmpegVideoStream.PixelFormat;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user