Give DCPDecoder its own ::position which just returns its internal
[dcpomatic.git] / src / lib / dcp_decoder.h
index 496d95740d63cf26e9c74024dd43f506416cbf7b..4de8c86299a0af3fc096387f6f3ea3bab3a77033 100644 (file)
@@ -62,6 +62,8 @@ public:
                return _lazy_digest;
        }
 
+       dcpomatic::ContentTime position () const;
+
 private:
        friend struct dcp_subtitle_within_dcp_test;