From 89ffc41b30a789cbe7bb40062d41ebe6f17ca64c Mon Sep 17 00:00:00 2001 From: fduncanh Date: Thu, 28 Apr 2022 00:45:48 -0400 Subject: [PATCH] typo in comment --- lib/raop_rtp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/raop_rtp.c b/lib/raop_rtp.c index 670cb9b..aaba680 100644 --- a/lib/raop_rtp.c +++ b/lib/raop_rtp.c @@ -477,7 +477,7 @@ raop_rtp_thread_udp(void *arg) /* rtp data packets: * * packet[0] 0x80 (both AAC-ELD and ALAC) * - * packet[1] 0x80 = 96 * + * packet[1] 0x60 = 96 * * packet[2:3] (be short) seqnum * * packet[4:7] (be int) rtp timestamp * * packet[8:11] 0x00 0x00 0x00 0x00 *