fix indent

This commit is contained in:
Nyanmisaka 2020-07-17 01:41:24 +08:00 committed by GitHub
parent c1c1a2f751
commit e1ba1fcebe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1639,10 +1639,10 @@ namespace MediaBrowser.Controller.MediaEncoding
if (width.HasValue && height.HasValue)
{
videoSizeParam = string.Format(
CultureInfo.InvariantCulture,
"scale={0}x{1}",
width.Value,
height.Value);
CultureInfo.InvariantCulture,
"scale={0}x{1}",
width.Value,
height.Value);
}
// For QSV, feed it into hardware encoder now