TT#111357 don't allow libav* to create its own threads

Change-Id: I5227bb947c07841f0481f73ee75f7c36cc8f3257
pull/1194/head
Richard Fuchs 5 years ago
parent a8013ffe70
commit a25fa3cc00

@ -119,6 +119,8 @@ int mix_config(mix_t *mix, const format_t *format) {
mix->graph = avfilter_graph_alloc();
if (!mix->graph)
goto err;
mix->graph->nb_threads = 1;
mix->graph->thread_type = 0;
// amix
err = "no amix filter available";

Loading…
Cancel
Save