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/j2c-test.cpp | |
| parent | f6c05bf6bbe2efc6529bd4ba0b8c1907653d728d (diff) | |
bugfixes for release
Diffstat (limited to 'src/j2c-test.cpp')
| -rwxr-xr-x | src/j2c-test.cpp | 7 |
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); } |
