]> git.sesse.net Git - nageru/blobdiff - clip_list.h
Move transitioning to the next clip away from the done callback.
[nageru] / clip_list.h
index 31ddb6cb297965512c5c7a65d26bfc52b485ca9b..eb1340f2514702046632c7c5317b46e415b14710 100644 (file)
@@ -126,6 +126,7 @@ public:
        ClipProxy mutable_back() { return mutable_clip(size() - 1); }
        const Clip *back() const { return clip(size() - 1); }
 
+       // TODO: Move these out of PlayList.
        void set_currently_playing(int index, double progress);  // -1 = none.
        int get_currently_playing() const { return currently_playing_index; }