From aa8b4d4348394ea01e97f4c83e55fdbca3aa6cdb Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 30 Aug 2019 22:28:06 +0100 Subject: Allow DCP reading to continue even with empty nodes in ASSETMAP. --- src/exceptions.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 65271c16..1e9bd2d7 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2018 Carl Hetherington + Copyright (C) 2012-2019 Carl Hetherington This file is part of libdcp. @@ -228,6 +228,12 @@ public: MissingSubtitleImageError (std::string id); }; +class EmptyAssetPathError : public DCPReadError +{ +public: + EmptyAssetPathError (std::string id); +}; + } #endif -- cgit v1.2.3