mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-04 05:22:44 +01:00
remove spaces
This commit is contained in:
parent
30bfa5536f
commit
3e55632807
1 changed files with 2 additions and 1 deletions
|
|
@ -457,6 +457,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
var isWindows = RuntimeInformation.IsOSPlatform(OSPlatform.Windows);
|
||||
var isLinux = RuntimeInformation.IsOSPlatform(OSPlatform.Linux);
|
||||
var isMacOS = RuntimeInformation.IsOSPlatform(OSPlatform.OSX);
|
||||
|
||||
if (!IsCopyCodec(outputVideoCodec))
|
||||
{
|
||||
if (state.IsVideoRequest
|
||||
|
|
@ -511,7 +512,7 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (state.IsVideoRequest
|
||||
&& string.Equals(encodingOptions.HardwareAccelerationType, "videotoolbox", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue