diff include/twjit.h @ 6:668b84c52094

twrtp_jibuf_create(): take quantum_ms & clock_khz arguments
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 05 Jul 2024 21:34:55 +0000
parents d10ea5dc61b3
children 95f6c8ce33b0
line wrap: on
line diff
--- a/include/twjit.h	Fri Jul 05 21:24:56 2024 +0000
+++ b/include/twjit.h	Fri Jul 05 21:34:55 2024 +0000
@@ -109,7 +109,7 @@
 /* twjit module API functions */
 
 struct twrtp_jibuf_inst *twrtp_jibuf_create(void *ctx, uint16_t quantum_ms,
-					    uint32_t quantum_ts_inc,
+					    uint16_t clock_khz,
 					    struct twrtp_jibuf_config *config);
 
 void twrtp_jibuf_destroy(struct twrtp_jibuf_inst *twjit);