X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fasdcp-mem-test.cpp;h=73392273fc8129a707b84f77e63836bc62292a90;hb=620722efa3a2df7857074e36abd751826a61d0e0;hp=4b44ad67087da044d3ce17f642baf4a054fab4bb;hpb=b072ecf1205c9b00eb8cd8b9370917d52a99927d;p=asdcplib.git diff --git a/src/asdcp-mem-test.cpp b/src/asdcp-mem-test.cpp index 4b44ad6..7339227 100755 --- a/src/asdcp-mem-test.cpp +++ b/src/asdcp-mem-test.cpp @@ -1,5 +1,5 @@ /* -Copyright (c) 2004, John Hurst +Copyright (c) 2004-2009, John Hurst All rights reserved. Redistribution and use in source and binary forms, with or without @@ -105,7 +105,7 @@ int d() { // MPEG2::Parser mPFile; MPEG2::MXFReader mRFile; - Result_t result = mRFile.OpenRead("../test/write_test_mpeg.mxf"); + Result_t result = mRFile.OpenRead("../tests/write_test_mpeg.mxf"); assert(ASDCP_SUCCESS(result)); // MPEG2::MXFWriter mWFile;