]> git.ipfire.org Git - thirdparty/shairport-sync.git/commitdiff
Add code for calculating and recognising the interpolation threshold.
authorMike Brady <mikebrady@eircom.net>
Fri, 4 Jan 2019 17:10:57 +0000 (17:10 +0000)
committerMike Brady <mikebrady@eircom.net>
Fri, 4 Jan 2019 17:10:57 +0000 (17:10 +0000)
player.h

index 7dd1c186acb58bc6bb2e7ef76467b257cb175530..845218936cba6ae9ec5ad224190a5a9522ddba14 100644 (file)
--- 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);