feat/api #46

Open
Gregor Weiss wants to merge 55 commits from feat/api into main
Showing only changes of commit 55ad00d6c5 - Show all commits

View file

@ -1416,6 +1416,8 @@ int main(int argc, char *argv[])
printf("%s", cli_verbose);
}
bwc_set_aux(stream, (char*)data->aux.ptr, data->aux.len);
/* Initialize the rate control string according to the *
* specified bit rate/compression ratio. */
if (bwc_create_compression(coder, stream, rate) == EXIT_FAILURE)