2
0
Эх сурвалжийг харах

Add space

Co-Authored-By: Bond-009 <bond.009@outlook.com>
cryptobank 5 жил өмнө
parent
commit
d063300af4

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

@@ -1711,7 +1711,7 @@ namespace MediaBrowser.Controller.MediaEncoding
                     || !videoHeight.HasValue
                     || !videoHeight.HasValue
                     || outputHeight != videoHeight.Value)
                     || 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(
                     filters.Add(
                         string.Format(
                         string.Format(
                             CultureInfo.InvariantCulture,
                             CultureInfo.InvariantCulture,