update vorbis + default options

This commit is contained in:
philippe44
2019-05-28 20:38:42 -07:00
parent 7a29da9d3e
commit 7367a747f5
4 changed files with 53 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ static bool running = true;
#endif
static void *decode_thread() {
while (running) {
size_t bytes, space, min_space;
bool toend;