remove qsv hevc decoding for now

This commit is contained in:
Luke Pulverenti
2017-04-01 15:49:36 -04:00
parent 165a209bdf
commit 372d40598d
19 changed files with 9 additions and 173 deletions

View File

@@ -207,7 +207,7 @@ namespace MediaBrowser.ServerApplication
{
_logger.Info("Found a duplicate process. Giving it time to exit.");
if (!duplicate.WaitForExit(30000))
if (!duplicate.WaitForExit(40000))
{
_logger.Info("The duplicate process did not exit.");
return true;