mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-19 20:54:20 +01:00
fix build
This commit is contained in:
@@ -530,6 +530,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
.Append(' ')
|
.Append(' ')
|
||||||
.Append("-filter_hw_device ocl ");
|
.Append("-filter_hw_device ocl ");
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (state.IsVideoRequest
|
if (state.IsVideoRequest
|
||||||
&& string.Equals(encodingOptions.HardwareAccelerationType, "videotoolbox", StringComparison.OrdinalIgnoreCase))
|
&& string.Equals(encodingOptions.HardwareAccelerationType, "videotoolbox", StringComparison.OrdinalIgnoreCase))
|
||||||
|
|||||||
Reference in New Issue
Block a user