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
add alternative dummy codeclib_free
closes
#1030
Change-Id: I360b74b8f3b0f1e8ef3ec26be3f4d94031b770f7
changes/47/41347/1
Richard Fuchs
6 years ago
parent
a3b298e11c
commit
b7d3db1a04
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
lib/codeclib.h
+ 3
- 0
lib/codeclib.h
View File
@ -291,6 +291,9 @@ INLINE void codeclib_init(int print) {
if
(
print
)
printf
(
"
No codecs supported.
\n
"
)
;
}
INLINE
void
codeclib_free
(
void
)
{
;
}
INLINE
const
codec_def_t
*
codec_find
(
const
str
*
name
,
enum
media_type
type
)
{
return
NULL
;
Write
Preview
Loading…
Cancel
Save