Preparing for v1.65 release; cleanup after changes

This commit is contained in:
F. Duncanh
2023-05-31 05:07:23 -04:00
parent fa5d1d8114
commit 640532efe2
6 changed files with 122 additions and 53 deletions

View File

@@ -415,8 +415,6 @@ raop_rtp_mirror_thread(void *arg)
assert(sps_pps);
payload_out = (unsigned char*) malloc(payload_size + sps_pps_len);
payload_decrypted = payload_out + sps_pps_len;
if (ntp_timestamp_raw != ntp_timestamp_nal) {
}
memcpy(payload_out, sps_pps, sps_pps_len);
free (sps_pps);
sps_pps = NULL;