From: Mike Brady Date: Fri, 4 Jan 2019 17:10:57 +0000 (+0000) Subject: Add code for calculating and recognising the interpolation threshold. X-Git-Tag: 3.3RC0~66^2~90 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3434761517703e18104f7e333d25910d3abf8da0;p=thirdparty%2Fshairport-sync.git Add code for calculating and recognising the interpolation threshold. --- diff --git a/player.h b/player.h index 7dd1c186..84521893 100644 --- a/player.h +++ b/player.h @@ -248,6 +248,7 @@ typedef struct { void *dapo_private_storage; // this is used for compatibility, if dacp stuff isn't enabled. int enable_dither; // needed for filling silences before play actually starts + int64_t dac_buffer_queue_minimum_length; } rtsp_conn_info; uint32_t modulo_32_offset(uint32_t from, uint32_t to);