Fix missing procamp vaapi filter (#13026)

pull/13063/head
Nyanmisaka 3 months ago committed by GitHub
parent e2434d38c5
commit cf11a2dc1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save