From: Steinar H. Gunderson Date: Thu, 27 Dec 2018 23:22:08 +0000 (+0100) Subject: Update a comment after the previous commit. X-Git-Tag: 1.8.1~28 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=3214760612878f4d45fdace33cb509eed19f1bdf;p=nageru Update a comment after the previous commit. --- diff --git a/futatabi/player.h b/futatabi/player.h index 5485bdf..41dcfb8 100644 --- a/futatabi/player.h +++ b/futatabi/player.h @@ -33,7 +33,7 @@ public: ~Player(); void play(const std::vector &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.