summaryrefslogtreecommitdiff
path: root/src/til.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/til.c')
-rw-r--r--src/til.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/til.c b/src/til.c
index 9355f5f..e7de53d 100644
--- a/src/til.c
+++ b/src/til.c
@@ -297,6 +297,8 @@ static void _til_module_render(til_module_context_t *context, til_stream_t *stre
*/
if (context->module->render_audio)
context->module->render_audio(context, stream, ticks);
+ else if (context->module->render_proxy)
+ context->module->render_proxy(context, stream, ticks, fragment_ptr);
else
module_render_fragment(context, stream, til_threads, n_cpus, ticks, fragment_ptr);
© All Rights Reserved