From 93555d76d0d3522f1af30446e505d7508ab92488 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Sat, 28 Apr 2018 08:17:44 -0400 Subject: [PATCH] eliminate another deprecation warning for newer ffmpeg Change-Id: I6fd8384c16a3f9f26c15c902e012a8226f228ebf --- lib/codeclib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/codeclib.c b/lib/codeclib.c index c0a6f6c79..7e48776ec 100644 --- a/lib/codeclib.c +++ b/lib/codeclib.c @@ -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);