From: Mike Brady Date: Sun, 15 Jul 2018 15:48:45 +0000 (+0100) Subject: Add a little note to self. X-Git-Tag: 3.3RC0~286^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebacd7f340069833aceb9aebb14c6c195a95020f;p=thirdparty%2Fshairport-sync.git Add a little note to self. --- diff --git a/player.c b/player.c index 3f697c42..ff115064 100644 --- 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...");