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);