X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=futatabi%2Fplayer.h;h=41dcfb884ae10ab7f98a72786181eacddc435eea;hb=b44bf7cfce6a5aaffbcd1e37df39068a163438ad;hp=5485bdffaad31ce476f733b714d5f070802772cd;hpb=c18585d1f7b4476c74c4c5a064cb3ce357c644ae;p=nageru 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.