Don't complain if SMPTE subtitle <LoadFont> URNs are different.
authorCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 08:28:31 +0000 (09:28 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 10 Jun 2015 08:28:31 +0000 (09:28 +0100)
src/smpte_subtitle_asset.cc

index 36908951251d228b43026bd4381d53cde490133b..dc0c86ada581f7daf18483cfef13db77c5ecf19a 100644 (file)
@@ -284,7 +284,7 @@ SMPTESubtitleAsset::equals (shared_ptr<const Asset> other_asset, EqualityOptions
                        return false;
                }
 
-               if (**i != **j) {
+               if ((*i)->id != (*j)->id) {
                        note (DCP_ERROR, "<LoadFont> nodes differ");
                        return false;
                }