From: John Stebbins Date: Wed, 13 Jun 2018 15:13:44 +0000 (-0700) Subject: libhb: eliminate use of deprecated av_register_all... X-Git-Tag: 1.2.0~318 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=256c9acab3e49d61bb3a48c8fe60c7b17c09bad6;p=handbrake libhb: eliminate use of deprecated av_register_all... ...and avformat_register_all --- diff --git a/libhb/hb.c b/libhb/hb.c index b46da5f68..c63e0e069 100644 --- a/libhb/hb.c +++ b/libhb/hb.c @@ -73,8 +73,6 @@ static void thread_func( void * ); void hb_avcodec_init() { - av_register_all(); - avfilter_register_all(); #ifdef _WIN64 // avresample's assembly optimizations can cause crashes under Win x86_64 // (see http://bugzilla.libav.org/show_bug.cgi?id=496)