Seek back to same place when something changes.
[dcpomatic.git] / src / lib / player.h
index cce2bdc21a600ac3e61b59e40d997c0d876985bf..b004540935ef81f967ec2508184722a4b7be3548 100644 (file)
@@ -56,6 +56,7 @@ public:
        void seek_back ();
        void seek_forward ();
 
+       /** @return position that we are at; ie the time of the next thing we will emit on pass() */
        Time position () const {
                return _position;
        }