]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add a little note to self.
authorMike Brady <mikebrady@eircom.net>
Sun, 15 Jul 2018 15:48:45 +0000 (16:48 +0100)
committerMike Brady <mikebrady@eircom.net>
Sun, 15 Jul 2018 15:48:45 +0000 (16:48 +0100)
player.c

index 3f697c42bf40b33f43897f61de475f6f80fa01a3..ff1150648da29a639cd5a9fc4cde857e997b783b 100644 (file)
--- a/player.c
+++ b/player.c
@@ -2703,8 +2703,7 @@ int player_play(rtsp_conn_info *conn) {
 }
 
 int player_stop(rtsp_conn_info *conn) {
-  // note -- this may be called from another connection thread or from the player thread itself
-  // as well as from the conn's own thread.
+  // note -- this may be called from another connection thread.
   debug(3, "player_stop");
   if (conn->player_thread) {
     debug(2, "player_thread cancel...");