diff include/twjit.h @ 12:323957bebd53

twjit: smarter counting of underruns
author Mychaela Falconia <falcon@freecalypso.org>
date Sat, 06 Jul 2024 02:47:21 +0000
parents 4f82b9c07ddb
children 355de6301404
line wrap: on
line diff
--- a/include/twjit.h	Sat Jul 06 01:57:52 2024 +0000
+++ b/include/twjit.h	Sat Jul 06 02:47:21 2024 +0000
@@ -39,6 +39,7 @@
 	/* undesirable, but not totally unexpected */
 	uint32_t too_old;
 	uint32_t underruns;
+	uint32_t ho_underruns;
 	uint32_t output_gaps;
 	uint32_t thinning_drops;
 	/* unusual error events */