Give DCPDecoder its own ::position which just returns its internal
[dcpomatic.git] / src / lib / dcp_decoder.h
index 4068696eafe397620b824d3665a0f0e9e541752d..7beb7f7b167be6bfa85bbae212a270787ee833aa 100644 (file)
@@ -52,6 +52,8 @@ public:
        bool pass ();
        void seek (ContentTime t, bool accurate);
 
+       ContentTime position () const;
+
 private:
        friend struct dcp_subtitle_within_dcp_test;