From ce30cadf3f9ac54709dcf6e032d01f28414248f2 Mon Sep 17 00:00:00 2001 From: ronag Date: Mon, 22 Aug 2011 07:31:21 +0000 Subject: [PATCH] git-svn-id: https://casparcg.svn.sourceforge.net/svnroot/casparcg/server/branches/2.0.0.2@1259 362d55ac-95cf-4e76-9f9a-cbaa9c17b72d --- shell/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shell/main.cpp b/shell/main.cpp index 56118a51e..7abdb28f1 100644 --- a/shell/main.cpp +++ b/shell/main.cpp @@ -279,7 +279,7 @@ int main(int argc, wchar_t* argv[]) n++; } - wcmd = L"MIXER 1 VIDEO GRID " + boost::lexical_cast(n); + wcmd = L"MIXER 1 GRID " + boost::lexical_cast(n); for(int i = 1; i <= num; ++i) wcmd += L"\r\nPLAY 1-" + boost::lexical_cast(i) + L" " + file + L" LOOP";// + L" SLIDE 100 LOOP"; -- 2.39.2