]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Fix a misspelling and quieten a debug message.
authorMike Brady <mikebrady@eircom.net>
Sat, 17 Oct 2015 10:11:57 +0000 (11:11 +0100)
committerMike Brady <mikebrady@eircom.net>
Sat, 17 Oct 2015 10:11:57 +0000 (11:11 +0100)
rtp.c
rtsp.c

diff --git a/rtp.c b/rtp.c
index 8ab96589a3cc41f4aecd56567b9ec6e1290598f3..fcffd86058cd3e276a7ca450094eb95c4b2e4acf 100644 (file)
--- a/rtp.c
+++ b/rtp.c
@@ -198,7 +198,7 @@ static void *rtp_control_receiver(void *arg) {
           uint32_t la = sync_rtp_timestamp-rtp_timestamp_less_latency+11025;
           if (la!=config.latency) {
             config.latency = la;
-            debug(1,"Using negotiated latency of %u frames.",config.latency);
+            // debug(1,"Using negotiated latency of %u frames.",config.latency);
           }
         }
         
diff --git a/rtsp.c b/rtsp.c
index c03bb72f6b4d84d8b59d3bc483081b6d14562750..1085de15043a0f035ab3ba8d0398529e9ee8e849 100644 (file)
--- a/rtsp.c
+++ b/rtsp.c
@@ -584,7 +584,7 @@ static void msg_write_response(int fd, rtsp_message *resp) {
 static void handle_record(rtsp_conn_info *conn, rtsp_message *req, rtsp_message *resp) {
   //debug(1,"Handle Record");
   resp->respcode = 200;
-   // I think this is for telling the client what the asbsolute minimum latency actually is,
+   // I think this is for telling the client what the absolute minimum latency 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 exactly 88200