update vaapi defaults

This commit is contained in:
Luke Pulverenti 2016-08-24 16:14:35 -04:00
parent e03ead01ae
commit e5d5c67041
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ namespace MediaBrowser.Model.Configuration
EnableThrottling = true;
ThrottleDelaySeconds = 180;
EncodingThreadCount = -1;
VaapiDevice = "/dev/dri/card0";
}
}
}