Merge pull request #4594 from nyanmisaka/remove-redundant

Remove one redundant 'hwaccel vaapi' string
pull/4605/head
Claus Vium 4 years ago committed by GitHub
commit e6502503f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -494,7 +494,6 @@ namespace MediaBrowser.Controller.MediaEncoding
.Append(encodingOptions.VaapiDevice)
.Append(' ')
.Append("-init_hw_device opencl=ocl@va ")
.Append("-hwaccel vaapi ")
.Append("-hwaccel_device va ")
.Append("-hwaccel_output_format vaapi ")
.Append("-filter_hw_device ocl ");

Loading…
Cancel
Save