Added some null checks and logging when parsing ffprobe output

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-08-22 16:57:29 -04:00
parent b15c064bba
commit 863ca986bd
3 changed files with 14 additions and 2 deletions

View File

@@ -66,8 +66,6 @@ namespace MediaBrowser.Controller.FFMpeg
private static FFProbeResult Run(string input)
{
MediaBrowser.Common.Logging.Logger.LogInfo(input);
ProcessStartInfo startInfo = new ProcessStartInfo();
startInfo.CreateNoWindow = true;