diff options
Diffstat (limited to 'src/atmos_asset.cc')
| -rw-r--r-- | src/atmos_asset.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atmos_asset.cc b/src/atmos_asset.cc index 171c8e8b..3924e43a 100644 --- a/src/atmos_asset.cc +++ b/src/atmos_asset.cc @@ -66,7 +66,7 @@ AtmosAsset::AtmosAsset (boost::filesystem::path file) ASDCP::ATMOS::AtmosDescriptor desc; if (ASDCP_FAILURE (reader.FillAtmosDescriptor (desc))) { - boost::throw_exception (DCPReadError ("could not read Atmos MXF information")); + boost::throw_exception (ReadError ("could not read Atmos MXF information")); } _edit_rate = Fraction (desc.EditRate.Numerator, desc.EditRate.Denominator); |
