]> git.sesse.net Git - nageru/commitdiff
Update a comment after the previous commit.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Dec 2018 23:22:08 +0000 (00:22 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 27 Dec 2018 23:22:08 +0000 (00:22 +0100)
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.