summaryrefslogtreecommitdiff
path: root/src/j2c-test.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2007-03-31 18:48:57 +0000
committerjhurst <>2007-03-31 18:48:57 +0000
commitb072ecf1205c9b00eb8cd8b9370917d52a99927d (patch)
treefa8c5297d97438ec5e6155969450e20b4604810b /src/j2c-test.cpp
parentf6c05bf6bbe2efc6529bd4ba0b8c1907653d728d (diff)
bugfixes for release
Diffstat (limited to 'src/j2c-test.cpp')
-rwxr-xr-xsrc/j2c-test.cpp7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/j2c-test.cpp b/src/j2c-test.cpp
index cfced0c..5736150 100755
--- a/src/j2c-test.cpp
+++ b/src/j2c-test.cpp
@@ -30,8 +30,11 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include <AS_DCP.h>
-#include <FileIO.h>
+#include <KM_fileio.h>
+#include <KM_util.h>
#include <JP2K.h>
+
+using namespace Kumu;
using namespace ASDCP;
using namespace ASDCP::JP2K;
@@ -56,7 +59,7 @@ main(int argc, const char** argv)
if ( result != RESULT_FAIL )
{
- fputs(GetResultString(result), stderr);
+ fputs(result.Label(), stderr);
fputc('\n', stderr);
}