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
eliminate another deprecation warning for newer ffmpeg
Change-Id: I6fd8384c16a3f9f26c15c902e012a8226f228ebf
changes/44/20944/2
Richard Fuchs
8 years ago
parent
10d9acda3f
commit
93555d76d0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
lib/codeclib.c
+ 1
- 1
lib/codeclib.c
View File
@ -698,8 +698,8 @@ void codeclib_init(int print) {
#
if LIBAVCODEC_VERSION_INT < AV_VERSION_INT(58, 9, 100)
av_register_all
(
)
;
avcodec_register_all
(
)
;
#
endif
avfilter_register_all
(
)
;
#
endif
avformat_network_init
(
)
;
av_log_set_callback
(
avlog_ilog
)
;
Write
Preview
Loading…
Cancel
Save