diff options
| author | jhurst <jhurst@cinecert.com> | 2007-03-31 18:48:57 +0000 |
|---|---|---|
| committer | jhurst <> | 2007-03-31 18:48:57 +0000 |
| commit | b072ecf1205c9b00eb8cd8b9370917d52a99927d (patch) | |
| tree | fa8c5297d97438ec5e6155969450e20b4604810b /src/asdcp-mem-test.cpp | |
| parent | f6c05bf6bbe2efc6529bd4ba0b8c1907653d728d (diff) | |
bugfixes for release
Diffstat (limited to 'src/asdcp-mem-test.cpp')
| -rwxr-xr-x | src/asdcp-mem-test.cpp | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/src/asdcp-mem-test.cpp b/src/asdcp-mem-test.cpp index b199abe..4b44ad6 100755 --- a/src/asdcp-mem-test.cpp +++ b/src/asdcp-mem-test.cpp @@ -31,12 +31,14 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include <AS_DCP_internal.h> -#include <FortunaRNG.h> +//#include <KM_platform.h> +#include <KM_prng.h> #include <iostream> #include <assert.h> using namespace ASDCP; +using namespace Kumu; const ui32_t buf_size = 1024; FortunaRNG RNG; @@ -101,11 +103,6 @@ int c() // int d() { - mem_ptr<DataChunk> Chunk(new DataChunk(1024)); - - -#if 0 - // MPEG2::Parser mPFile; MPEG2::MXFReader mRFile; Result_t result = mRFile.OpenRead("../test/write_test_mpeg.mxf"); @@ -120,7 +117,6 @@ int d() PCM::WAVParser pPFile; PCM::MXFReader pRFile; PCM::MXFWriter pWFile; -#endif return 0; } |
