]> granicus.if.org Git - handbrake/commitdiff
libhb: eliminate use of deprecated av_register_all...
authorJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 13 Jun 2018 15:13:44 +0000 (08:13 -0700)
committerJohn Stebbins <jstebbins.hb@gmail.com>
Wed, 13 Jun 2018 15:13:44 +0000 (08:13 -0700)
...and avformat_register_all

libhb/hb.c

index b46da5f68487e430798892fd934635a476100f1e..c63e0e069f1ce74b9f7118fc6e5930ef0d8c5c9a 100644 (file)
@@ -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)