From 4d6c8aaf0167cde3bb63e9014604243bdc47b1a1 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 14 Apr 2020 20:16:44 +0200 Subject: s/DCPReadError/ReadError/g --- src/mono_picture_frame.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mono_picture_frame.cc') 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(r)))); + boost::throw_exception (ReadError (String::compose ("could not read video frame %1 (%2)", n, static_cast(r)))); } } -- cgit v1.2.3