This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
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
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
recording-daemon/mix.c
+ 2
- 0
recording-daemon/mix.c
View File
@ -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
"
;
Write
Preview
Loading…
Cancel
Save