mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
remove unused line
This commit is contained in:
parent
5716453542
commit
95b961c864
1 changed files with 0 additions and 1 deletions
|
|
@ -516,7 +516,6 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
if (state.IsVideoRequest
|
||||
&& string.Equals(encodingOptions.HardwareAccelerationType, "nvenc", StringComparison.OrdinalIgnoreCase))
|
||||
{
|
||||
var codec = state.VideoStream.Codec.ToLowerInvariant();
|
||||
var isColorDepth10 = IsColorDepth10(state);
|
||||
|
||||
if (isNvencHevcDecoder && isColorDepth10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue