summaryrefslogtreecommitdiff
path: root/src/mono_picture_frame.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-01-04 14:12:53 +0000
committerCarl Hetherington <cth@carlh.net>2016-01-04 14:12:53 +0000
commitb6833317988e4e9dbe5e4b427033af7979fffedd (patch)
tree03888f7af59d315922683e8a59650bad64deb87f /src/mono_picture_frame.cc
parentaa632b458fc2aa5ff1ca2e2702dcf589ae627d7d (diff)
Move DCP -> Package with a token DCP class.
Diffstat (limited to 'src/mono_picture_frame.cc')
-rw-r--r--src/mono_picture_frame.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mono_picture_frame.cc b/src/mono_picture_frame.cc
index 84c91f4b..089ac651 100644
--- a/src/mono_picture_frame.cc
+++ b/src/mono_picture_frame.cc
@@ -74,7 +74,7 @@ MonoPictureFrame::MonoPictureFrame (boost::filesystem::path path, int n, ASDCP::
_buffer = new ASDCP::JP2K::FrameBuffer (4 * Kumu::Megabyte);
if (ASDCP_FAILURE (reader.ReadFrame (n, *_buffer, c))) {
- boost::throw_exception (DCPReadError (String::compose ("could not read video frame %1 of %2", n, path.string())));
+ boost::throw_exception (PackageReadError (String::compose ("could not read video frame %1 of %2", n, path.string())));
}
}