summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 70f83e2..daf1b24 100644
--- a/src/main.c
+++ b/src/main.c
@@ -487,7 +487,7 @@ int main(int argc, const char *argv[])
exit_if((r = til_audio_open(audio_ops, setup.audio_setup, &rototiller.audio)) < 0,
"unable to open audio: %s", strerror(-r));
- exit_if(!(rototiller.stream = til_stream_new()),
+ exit_if(!(rototiller.stream = til_stream_new(rototiller.audio)),
"unable to create root stream");
exit_if(!fps_setup(),
© All Rights Reserved