[chronojump] fix on last commit



commit 6388d27e2cfa840c6f5d45a2c786bab889acbe97
Author: Xavier de Blas <xaviblas gmail com>
Date:   Wed Jan 9 20:01:21 2019 +0100

    fix on last commit

 testing-stuff/ffmpegCapture/main.cs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/testing-stuff/ffmpegCapture/main.cs b/testing-stuff/ffmpegCapture/main.cs
index 8ebda5a3..44f4eef6 100644
--- a/testing-stuff/ffmpegCapture/main.cs
+++ b/testing-stuff/ffmpegCapture/main.cs
@@ -165,7 +165,7 @@ class FfmpegCapture
                 List<string> parameters = createParametersPlayFile (filename);
 
                 process = new Process();
-                bool success = ExecuteProcess.RunAtBackground (ref process, executable, parameters, false, 
true, false);
+                bool success = ExecuteProcess.RunAtBackground (ref process, executable, parameters, false, 
false, false);
                 if(! success)
                 {
                         process = null;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]