diff options
| author | jhurst <jhurst@cinecert.com> | 2013-06-04 05:22:27 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-06-04 05:22:27 +0000 |
| commit | 12051ad32d54a72a1a8682e15af1a185a61f1c61 (patch) | |
| tree | 952a756375d6fd0c53d36d7521d2cc4ec355ddd5 /src/MXF.cpp | |
| parent | de10f4a1f35fce05226b267baf6622e67e3d4c83 (diff) | |
working j2c as-02
Diffstat (limited to 'src/MXF.cpp')
| -rwxr-xr-x | src/MXF.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MXF.cpp b/src/MXF.cpp index babbec7..ad34095 100755 --- a/src/MXF.cpp +++ b/src/MXF.cpp @@ -58,7 +58,7 @@ ASDCP::MXF::SeekToRIP(const Kumu::FileReader& Reader) if ( ASDCP_SUCCESS(result) && end_pos < (SMPTE_UL_LENGTH+MXF_BER_LENGTH) ) { - DefaultLogSink().Error("File is smaller than an KLV empty packet.\n"); + DefaultLogSink().Error("File is smaller than an empty KLV packet.\n"); result = RESULT_FAIL; } |
