mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Fix the invalid libplacebo filter option (#12732)
This commit is contained in:
parent
2ccb8b7380
commit
e5f5f7c384
@ -3441,7 +3441,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
algorithmString = algorithm.ToString().ToLowerInvariant();
|
||||
}
|
||||
|
||||
tonemapArg = ":tonemapping=" + algorithm + ":peak_detect=0:color_primaries=bt709:color_trc=bt709:colorspace=bt709";
|
||||
tonemapArg = $":tonemapping={algorithmString}:peak_detect=0:color_primaries=bt709:color_trc=bt709:colorspace=bt709";
|
||||
|
||||
if (range == TonemappingRange.tv || range == TonemappingRange.pc)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user