From: Mike Brady Date: Sat, 26 Mar 2016 21:42:14 +0000 (+0000) Subject: Add comment that get_reference_timestamp_stuff is okay type-wise X-Git-Tag: 2.9.5.2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b608655c71dbb0ca6fe3ad111dd9adc322d36cb3;p=thirdparty%2Fshairport-sync.git Add comment that get_reference_timestamp_stuff is okay type-wise --- diff --git a/rtp.c b/rtp.c index f842932d..3d930e57 100644 --- a/rtp.c +++ b/rtp.c @@ -700,6 +700,7 @@ void rtp_setup(SOCKADDR *remote, int cport, int tport, uint32_t active_remote, i } void get_reference_timestamp_stuff(uint32_t *timestamp, uint64_t *timestamp_time, uint64_t *remote_timestamp_time) { + // types okay pthread_mutex_lock(&reference_time_mutex); *timestamp = reference_timestamp; *timestamp_time = reference_timestamp_time;