From 89029bd2c7f385c078fba8f2a8c19229833caa13 Mon Sep 17 00:00:00 2001 From: Josh de Kock Date: Sun, 18 Feb 2018 17:54:23 +0000 Subject: lav*,tests: remove several register_all calls avdevice_register_all() is still required to register devices into lavf (this is required due to lavd being somewhat of a hack). Signed-off-by: Josh de Kock --- fftools/ffmpeg.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'fftools/ffmpeg.c') diff --git a/fftools/ffmpeg.c b/fftools/ffmpeg.c index d3bc382dec..2f8a5ace56 100644 --- a/fftools/ffmpeg.c +++ b/fftools/ffmpeg.c @@ -4776,12 +4776,9 @@ int main(int argc, char **argv) argv++; } - avcodec_register_all(); #if CONFIG_AVDEVICE avdevice_register_all(); #endif - avfilter_register_all(); - av_register_all(); avformat_network_init(); show_banner(argc, argv, options); -- cgit v1.2.3