From 3214760612878f4d45fdace33cb509eed19f1bdf Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 28 Dec 2018 00:22:08 +0100 Subject: [PATCH] Update a comment after the previous commit. --- futatabi/player.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.2