X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fatmos_mxf_decoder.h;h=b8e7fc53d81b19a08a2a6c80f5e67f97f4fe10ff;hb=2e2f11b29651cffe37c64275dbd45c7563310020;hp=4e7ce5c6f34cbd71f879799075363bd912b158b5;hpb=dd9be86db6cde0afa5da0d1d1ac43b42e05dca26;p=dcpomatic.git diff --git a/src/lib/atmos_mxf_decoder.h b/src/lib/atmos_mxf_decoder.h index 4e7ce5c6f..b8e7fc53d 100644 --- a/src/lib/atmos_mxf_decoder.h +++ b/src/lib/atmos_mxf_decoder.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2020 Carl Hetherington + Copyright (C) 2020-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,20 +18,23 @@ */ + #include "atmos_metadata.h" #include "dcpomatic_time.h" #include "decoder.h" #include + class AtmosMXFContent; + class AtmosMXFDecoder : public Decoder { public: AtmosMXFDecoder (std::shared_ptr film, std::shared_ptr); - bool pass (); - void seek (dcpomatic::ContentTime t, bool accurate); + bool pass () override; + void seek (dcpomatic::ContentTime t, bool accurate) override; private: std::shared_ptr _content;