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/ffprobe.c | 1 - 1 file changed, 1 deletion(-) (limited to 'fftools/ffprobe.c') diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c index a4ac6972a2..2582649fd3 100644 --- a/fftools/ffprobe.c +++ b/fftools/ffprobe.c @@ -3567,7 +3567,6 @@ int main(int argc, char **argv) options = real_options; parse_loglevel(argc, argv, options); - av_register_all(); avformat_network_init(); init_opts(); #if CONFIG_AVDEVICE -- cgit v1.2.3