whitespace

This commit is contained in:
fduncanh
2022-04-27 21:51:14 -04:00
parent 05cf27e8e6
commit c8befe705f

View File

@@ -430,7 +430,7 @@ raop_rtp_mirror_thread(void *arg)
// The sps_pps is not encrypted
ntp_timestamp_nal = byteutils_get_long(packet, 8);
/* use the initial raw video timestamp for setting audio timing offset */
if (raop_rtp_mirror->ntp_timestamp_raw == 0) {
if (raop_rtp_mirror->ntp_timestamp_raw == 0) {
raop_rtp_mirror->ntp_timestamp_raw = ntp_timestamp_nal;
}
float width = byteutils_get_float(packet, 16);