Add space

Co-Authored-By: Bond-009 <bond.009@outlook.com>
This commit is contained in:
cryptobank 2019-12-15 20:35:52 +10:30 committed by GitHub
parent bafcadbe58
commit d063300af4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,