Browse Source

Prefer Cuvid to Nvdec by default for better performance

Nyanmisaka 3 năm trước cách đây
mục cha
commit
18c7dc210c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      MediaBrowser.Model/Configuration/EncodingOptions.cs

+ 1 - 1
MediaBrowser.Model/Configuration/EncodingOptions.cs

@@ -32,7 +32,7 @@ namespace MediaBrowser.Model.Configuration
             DeinterlaceMethod = "yadif";
             EnableDecodingColorDepth10Hevc = true;
             EnableDecodingColorDepth10Vp9 = true;
-            EnableEnhancedNvdecDecoder = true;
+            EnableEnhancedNvdecDecoder = false;
             PreferSystemNativeHwDecoder = true;
             EnableIntelLowPowerH264HwEncoder = false;
             EnableIntelLowPowerHevcHwEncoder = false;