]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Update a comment about AirPlay -- now it gives the latency as 88200 directly.
authorMike Brady <mikebrady@eircom.net>
Tue, 3 Apr 2018 21:45:17 +0000 (22:45 +0100)
committerMike Brady <mikebrady@eircom.net>
Tue, 3 Apr 2018 21:45:17 +0000 (22:45 +0100)
rtsp.c

diff --git a/rtsp.c b/rtsp.c
index a5d05ca4db71243da8e441097ca1854615c8b896..7bc1334ea32f8645cb2b3d7a3717ff1fe242aa0b 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -675,7 +675,7 @@ static void handle_record(rtsp_conn_info *conn, rtsp_message *req, rtsp_message
   // actually is,
   // and when the client specifies a latency, it should be added to this figure.
 
-  // Thus, AirPlay's latency figure of 77175, when added to 11025 gives you
+  // Thus, [the old version of] AirPlay's latency figure of 77175, when added to 11025 gives you
   // exactly 88200
   // and iTunes' latency figure of 88553, when added to 11025 gives you 99578,
   // pretty close to the 99400 we guessed.