diff options
| author | jhurst <jhurst@cinecert.com> | 2008-01-31 23:41:26 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-01-31 23:41:26 +0000 |
| commit | 766b93f3654e6e80623a84774fce0307694340f9 (patch) | |
| tree | caddf9aad635d0d5c3aee93cc5241e1894c83be7 /src/asdcp-test.cpp | |
| parent | 411d88765d9373d0fa61e832bb517fb5f501d251 (diff) | |
build fixes from DTS
Diffstat (limited to 'src/asdcp-test.cpp')
| -rwxr-xr-x | src/asdcp-test.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/asdcp-test.cpp b/src/asdcp-test.cpp index eadfc76..ba61015 100755 --- a/src/asdcp-test.cpp +++ b/src/asdcp-test.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2007, John Hurst +Copyright (c) 2003-2008, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -47,9 +47,6 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. these features. */ -#include <iostream> -#include <assert.h> - #include <KM_fileio.h> #include <KM_prng.h> #include <PCMParserList.h> @@ -58,6 +55,9 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <Metadata.h> #include <openssl/sha.h> +#include <iostream> +#include <assert.h> + using namespace ASDCP; const ui32_t FRAME_BUFFER_SIZE = 4 * Kumu::Megabyte; @@ -106,7 +106,7 @@ banner(FILE* stream = stdout) { fprintf(stream, "\n\ %s (asdcplib %s)\n\n\ -Copyright (c) 2003-2006 John Hurst\n\n\ +Copyright (c) 2003-2008 John Hurst\n\n\ asdcplib may be copied only under the terms of the license found at\n\ the top of every file in the asdcplib distribution kit.\n\n\ Specify the -h (help) option for further information about %s\n\n", |
