aboutsummaryrefslogtreecommitdiff
path: root/src/sound.cpp
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-03-30 21:21:30 +0200
committerdec05eba <dec05eba@protonmail.com>2020-03-30 21:21:30 +0200
commit34a000d83625f1a12ab6eea69b89728d3409c2cc (patch)
tree1b252ca5683c8790c28946fed5534a66c0c8c91a /src/sound.cpp
parenteff9ff10cc0251ba96e3ed6ae45abca9795186ed (diff)
output encoded video to stdout instead and add twitch stream script
Diffstat (limited to 'src/sound.cpp')
-rw-r--r--src/sound.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sound.cpp b/src/sound.cpp
index 9eec833..6d23260 100644
--- a/src/sound.cpp
+++ b/src/sound.cpp
@@ -80,5 +80,5 @@ int sound_device_read_next_chunk(SoundDevice *device, char **buffer) {
fprintf(stderr, "short read, read %d frames\n", rc);
}
*buffer = device->buffer;
- return rc;
+ return 0;
}