Parcourir la source

Add space

Co-Authored-By: Bond-009 <bond.009@outlook.com>
cryptobank il y a 5 ans
Parent
commit
d063300af4
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

+ 1 - 1
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs

@@ -1711,7 +1711,7 @@ namespace MediaBrowser.Controller.MediaEncoding
                     || !videoHeight.HasValue
                     || outputHeight != videoHeight.Value)
                 {
-                    //Force nv12 pixel format to enable 10-bit to 8-bit colour conversion.
+                    // Force nv12 pixel format to enable 10-bit to 8-bit colour conversion.
                     filters.Add(
                         string.Format(
                             CultureInfo.InvariantCulture,