Browse Source

use string.Empty

Evan Jarrett 11 months ago
parent
commit
8941c059f6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Model/Configuration/EncodingOptions.cs

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

@@ -26,7 +26,7 @@ public class EncodingOptions
         // This is a DRM device that is almost guaranteed to be there on every intel platform,
         // This is a DRM device that is almost guaranteed to be there on every intel platform,
         // plus it's the default one in ffmpeg if you don't specify anything
         // plus it's the default one in ffmpeg if you don't specify anything
         VaapiDevice = "/dev/dri/renderD128";
         VaapiDevice = "/dev/dri/renderD128";
-        QsvDevice = "";
+        QsvDevice = string.Empty;
         EnableTonemapping = false;
         EnableTonemapping = false;
         EnableVppTonemapping = false;
         EnableVppTonemapping = false;
         EnableVideoToolboxTonemapping = false;
         EnableVideoToolboxTonemapping = false;