Co-Authored-By: Bond-009 <bond.009@outlook.com>
pull/2099/head
cryptobank 5 years ago committed by GitHub
parent bafcadbe58
commit d063300af4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save