From 53314a17f5ebf2636c2038f18ba37551a7be8021 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Wed, 8 Jan 2020 17:00:53 +0100 Subject: [PATCH] Remove deprecated call --- codec.c | 1 - 1 file changed, 1 deletion(-) diff --git a/codec.c b/codec.c index f5d2986..2f70ae1 100644 --- a/codec.c +++ b/codec.c @@ -1810,7 +1810,6 @@ void CodecInit(void) #else (void)CodecNoopCallback; #endif - avcodec_register_all(); // register all formats and codecs } /**