diff options
| author | cryptobank <janda.petr@gmail.com> | 2019-12-15 20:35:52 +1030 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-15 20:35:52 +1030 |
| commit | d063300af481fe385ce1fb61b440217cdd89ef04 (patch) | |
| tree | d04e0dbbeb3ebcc0ac0f93d904623c92113959d4 | |
| parent | bafcadbe585f022b6463adad790831a31d60261b (diff) | |
Add space
Co-Authored-By: Bond-009 <bond.009@outlook.com>
| -rw-r--r-- | MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs | 2 |
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, |
