don't use hwaccel auto

This commit is contained in:
Luke Pulverenti 2017-05-13 15:29:13 -04:00
parent b08f10ec40
commit 14533d9cc9

View File

@ -1749,7 +1749,8 @@ namespace MediaBrowser.Controller.MediaEncoding
{ {
if (!string.IsNullOrWhiteSpace(encodingOptions.HardwareAccelerationType)) if (!string.IsNullOrWhiteSpace(encodingOptions.HardwareAccelerationType))
{ {
return "-hwaccel auto"; // causing unpredictable results
//return "-hwaccel auto";
} }
if (string.Equals(encodingOptions.HardwareAccelerationType, "qsv", StringComparison.OrdinalIgnoreCase)) if (string.Equals(encodingOptions.HardwareAccelerationType, "qsv", StringComparison.OrdinalIgnoreCase))