X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fdcp_content.cc;h=e22f69f56c62b8373b58e60dc04fb8d81d311a12;hp=f3751b1d83e665c0ae909ab48ba749be7488b404;hb=20840e38309aa61dd9a93b779faab98ac97a303c;hpb=57ff0d9b06c396f8aae4388d4d61af564f2c04f6 diff --git a/src/lib/dcp_content.cc b/src/lib/dcp_content.cc index f3751b1d8..e22f69f56 100644 --- a/src/lib/dcp_content.cc +++ b/src/lib/dcp_content.cc @@ -740,6 +740,9 @@ DCPContent::can_reference_text (shared_ptr film, TextType type, stri } catch (dcp::ReadError &) { /* We couldn't read the DCP, so it's probably missing */ return false; + } catch (DCPError &) { + /* We couldn't read the DCP, so it's probably missing */ + return false; } catch (dcp::KDMDecryptionError &) { /* We have an incorrect KDM */ return false;