remove unused line

pull/3442/head
Nyanmisaka 5 years ago committed by GitHub
parent 5716453542
commit 95b961c864
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save