mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix missing procamp vaapi filter (#13026)
This commit is contained in:
parent
e2434d38c5
commit
cf11a2dc1e
@ -3332,7 +3332,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
||||
doVaVppProcamp = true;
|
||||
}
|
||||
|
||||
args = "{2}tonemap_vaapi=format={3}:p=bt709:t=bt709:m=bt709:extra_hw_frames=32";
|
||||
args = procampParams + "{2}tonemap_vaapi=format={3}:p=bt709:t=bt709:m=bt709:extra_hw_frames=32";
|
||||
|
||||
return string.Format(
|
||||
CultureInfo.InvariantCulture,
|
||||
|
Loading…
x
Reference in New Issue
Block a user