aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcryptobank <janda.petr@gmail.com>2019-12-15 20:35:52 +1030
committerGitHub <noreply@github.com>2019-12-15 20:35:52 +1030
commitd063300af481fe385ce1fb61b440217cdd89ef04 (patch)
treed04e0dbbeb3ebcc0ac0f93d904623c92113959d4
parentbafcadbe585f022b6463adad790831a31d60261b (diff)
Add space
Co-Authored-By: Bond-009 <bond.009@outlook.com>
-rw-r--r--MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs b/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
index 46669f4e3..897e22018 100644
--- a/MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs
+++ b/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,