From deadc1bf01e8bc68905c7d33578ffb77b8317c8f Mon Sep 17 00:00:00 2001 From: msheby Date: Thu, 25 Oct 2007 18:44:45 +0000 Subject: Win32 portability fixes --- src/asdcp-test.cpp | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/asdcp-test.cpp') diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index 22743aa..ffd3246 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -60,7 +60,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. using namespace ASDCP; -const ui32_t FRAME_BUFFER_SIZE = 4*1024*1024; +const ui32_t FRAME_BUFFER_SIZE = 4 * Kumu::Megabyte; //------------------------------------------------------------------------------------------ // @@ -133,16 +133,18 @@ USAGE: %s -c [-3] [-b ] [-d ] [-e|-E]\n\ \n\ %s -t \n\ \n\ - %s -x [-b ] [-d ]\n\ + %s -x [-3] [-b ] [-d ]\n\ [-f ] [-m] [-p ] [-R] [-s ] [-S|-1]\n\ [-v] [-W] \n\ \n", PACKAGE, PACKAGE, PACKAGE, PACKAGE, PACKAGE, PACKAGE, PACKAGE); fprintf(stream, "\ Major modes:\n\ - -3 - Create a stereoscopic image file. Expects two dir-\n\ - ectories of JP2K codestreams (directories must have\n\ + -3 - With -c, create a stereoscopic image file. Expects two\n\ + directories of JP2K codestreams (directories must have\n\ an equal number of frames; left eye is first).\n\ + - With -x, force stereoscopic interpretation of a JP2K\n\ + track file.\n\ -c - Create an AS-DCP track file from input(s)\n\ -g - Generate a random 16 byte value to stdout\n\ -G - Perform GOP start lookup test on MXF+Interop MPEG file\n\ -- cgit v1.2.3