diff options
Diffstat (limited to 'src/atmos_asset_writer.cc')
| -rw-r--r-- | src/atmos_asset_writer.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atmos_asset_writer.cc b/src/atmos_asset_writer.cc index 1fe4b4e2..94620c8b 100644 --- a/src/atmos_asset_writer.cc +++ b/src/atmos_asset_writer.cc @@ -109,7 +109,7 @@ AtmosAssetWriter::write (uint8_t const * data, int size) auto const r = _state->mxf_writer.WriteFrame (_state->frame_buffer, _crypto_context->context(), _crypto_context->hmac()); if (ASDCP_FAILURE(r)) { - boost::throw_exception (MiscError(String::compose("could not write atmos MXF frame (%1)", static_cast<int>(r)))); + boost::throw_exception (MiscError(compose("could not write atmos MXF frame (%1)", static_cast<int>(r)))); } ++_frames_written; |
