update components

This commit is contained in:
Luke Pulverenti
2016-11-19 02:51:07 -05:00
parent 65a1ef020b
commit ffb1ec76a7
10 changed files with 44 additions and 17 deletions

View File

@@ -81,8 +81,9 @@ namespace MediaBrowser.MediaEncoding.Encoder
{
output = GetProcessOutput(encoderAppPath, "-decoders");
}
catch
catch (Exception )
{
//_logger.ErrorException("Error detecting available decoders", ex);
}
var found = new List<string>();