mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
remove unused line
This commit is contained in:
parent
5716453542
commit
95b961c864
@ -516,7 +516,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||||||
if (state.IsVideoRequest
|
if (state.IsVideoRequest
|
||||||
&& string.Equals(encodingOptions.HardwareAccelerationType, "nvenc", StringComparison.OrdinalIgnoreCase))
|
&& string.Equals(encodingOptions.HardwareAccelerationType, "nvenc", StringComparison.OrdinalIgnoreCase))
|
||||||
{
|
{
|
||||||
var codec = state.VideoStream.Codec.ToLowerInvariant();
|
|
||||||
var isColorDepth10 = IsColorDepth10(state);
|
var isColorDepth10 = IsColorDepth10(state);
|
||||||
|
|
||||||
if (isNvencHevcDecoder && isColorDepth10
|
if (isNvencHevcDecoder && isColorDepth10
|
||||||
|
Loading…
x
Reference in New Issue
Block a user