]> git.sesse.net Git - nageru/blobdiff - futatabi/player.h
Fix a minor unneeded unlock/lock.
[nageru] / futatabi / player.h
index 5485bdffaad31ce476f733b714d5f070802772cd..41dcfb884ae10ab7f98a72786181eacddc435eea 100644 (file)
@@ -33,7 +33,7 @@ public:
        ~Player();
 
        void play(const std::vector<Clip> &clips);
-       void override_angle(unsigned stream_idx);  // For the current clip only.
+       void override_angle(unsigned stream_idx);  // Assumes one-clip playlist only.
 
        // Not thread-safe to set concurrently with playing.
        // Will be called back from the player thread.