Remove A/B mode for now.
[dcpomatic.git] / src / lib / decoder.h
index b550bf5cbe55e990eadd13aa95baab47a7f3f010..391b9d19aa17380289db9f310f1174e9d2eaee81 100644 (file)
@@ -70,7 +70,7 @@ public:
        /** @return Approximate time of the next content that we will emit,
         *  expressed relative to the start of our source.
         */
-       virtual Time next () const = 0;
+       virtual Time position () const = 0;
 
        virtual bool done () const = 0;