diff options
| author | 2026-09-07 15:06:14 -0400 | |
|---|---|---|
| committer | 2026-09-07 15:06:14 -0400 | |
| commit | c66c7c64ebd16287b892f8a780cffcabafba3799 (patch) | |
| tree | b2195902ef055147878b591cf1171be7e6133c97 /src/liana/list.h | |
| parent | 1758ae9e860bd3b65b661e3c804288c3599f4fd4 (diff) | |
| download | camu-c66c7c64ebd16287b892f8a780cffcabafba3799.tar.gz camu-c66c7c64ebd16287b892f8a780cffcabafba3799.tar.bz2 camu-c66c7c64ebd16287b892f8a780cffcabafba3799.zip | |
Better OSD behavior, lots of build stuff
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'src/liana/list.h')
| -rw-r--r-- | src/liana/list.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/liana/list.h b/src/liana/list.h index 32715bd..580198f 100644 --- a/src/liana/list.h +++ b/src/liana/list.h @@ -8,20 +8,8 @@ #define LIANA_SEQUENCE_ANY -1 -#define LIANA_BASE_DELAY ((u64)2000000) // 2000ms -#define LIANA_BASE_PING ((u64)500000) // 500ms -#define LIANA_PAUSE_DELAY LIANA_BASE_PING -#define LIANA_DELAY_IGNORE ((u64)0) - -#define LIANA_BUFFER_AHEAD 2 - //#define LIANA_LIST_SCUFFED_LOOP -// @TODO: -// To handle an entry being queued right before a skip, keep a global -// "max time until all sinks buffered" and used that instead of LIANA_PAUSE_DELAY (if greater). -// Factor in LIANA_BASE_PING. - enum { LIANA_SINK_SET = 0, LIANA_SINK_UNSET, |