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#14008 fix compiler warning from libavformat
Change-Id: Ia22a0c66c511973e935d5a4e40a744d8f92eb19e
changes/53/21253/1
Richard Fuchs
8 years ago
parent
fb75ef748a
commit
4d2d788c43
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
recording-daemon/mix.c
+ 1
- 1
recording-daemon/mix.c
View File
@ -92,7 +92,7 @@ int mix_config(mix_t *mix, const format_t *format) {
/
/
amix
err
=
"
no amix filter available
"
;
AVFilter
*
flt
=
avfilter_get_by_name
(
"
amix
"
)
;
const
AVFilter
*
flt
=
avfilter_get_by_name
(
"
amix
"
)
;
if
(
!
flt
)
goto
err
;
Write
Preview
Loading…
Cancel
Save