From e35e62a080ac636f5820b2f88f75a1383f14d713 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Thu, 10 Dec 2009 22:35:51 +0000 Subject: Process is working much better, it actually follows the guidelines for most of it's functions now, such as isEos and whotnot, although it won't work in non- blocking mode yet, and I'm still trying to figure out a good way to have it deal with both stdout and stderr. --- src/tests/procs.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tests/procs.cpp') diff --git a/src/tests/procs.cpp b/src/tests/procs.cpp index c456823..4f177c9 100644 --- a/src/tests/procs.cpp +++ b/src/tests/procs.cpp @@ -13,7 +13,7 @@ int main() { //Bu::Process p( argv[1], argv+1 ); Bu::Process p("mplayer", "mplayer", "dvd://", "-framedrop", - "-ao", "null", "-nosound", "-vf", "framestep=I,cropdetect" "-sstep", + "-ao", "null", "-nosound", "-vf", "framestep=I,cropdetect", "-sstep", "197", NULL ); char buf[1000]; -- cgit v1.2.3