X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fdcp_decoder.h;h=2c0cd8f413ad7612ceeeae3e122694a9bf6d2bf2;hb=54ca161fd074a7ba17d9aed8479da189374eb64e;hp=0882bfd097784295e299fdd155c46fe681b284cc;hpb=86eb90b563efb7ef093d5b17a5d6db0fc330e301;p=dcpomatic.git diff --git a/src/lib/dcp_decoder.h b/src/lib/dcp_decoder.h index 0882bfd09..2c0cd8f41 100644 --- a/src/lib/dcp_decoder.h +++ b/src/lib/dcp_decoder.h @@ -26,6 +26,7 @@ #include "atmos_metadata.h" #include "decoder.h" +#include "font_id_allocator.h" #include #include #include @@ -62,8 +63,6 @@ public: bool pass () override; void seek (dcpomatic::ContentTime t, bool accurate) override; - std::vector fonts () const override; - std::string lazy_digest () const { return _lazy_digest; } @@ -108,4 +107,6 @@ private: boost::optional _forced_reduction; std::string _lazy_digest; + + FontIDAllocator _font_id_allocator; };