From 256c9acab3e49d61bb3a48c8fe60c7b17c09bad6 Mon Sep 17 00:00:00 2001 From: John Stebbins Date: Wed, 13 Jun 2018 08:13:44 -0700 Subject: [PATCH] libhb: eliminate use of deprecated av_register_all... ...and avformat_register_all --- libhb/hb.c | 2 -- 1 file changed, 2 deletions(-) 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) -- 2.40.0