diff options
Diffstat (limited to 'src/mono_picture_frame.cc')
| -rw-r--r-- | src/mono_picture_frame.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc index 9af34c48..d9a89fe1 100644 --- a/src/mono_picture_frame.cc +++ b/src/mono_picture_frame.cc @@ -86,7 +86,7 @@ MonoPictureFrame::MonoPictureFrame (ASDCP::JP2K::MXFReader* reader, int n, share ASDCP::Result_t const r = reader->ReadFrame (n, *_buffer, c->context(), c->hmac()); if (ASDCP_FAILURE (r)) { - boost::throw_exception (DCPReadError (String::compose ("could not read video frame %1 (%2)", n, static_cast<int>(r)))); + boost::throw_exception (ReadError (String::compose ("could not read video frame %1 (%2)", n, static_cast<int>(r)))); } } |
