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 --- tools/uncoded_frame.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/uncoded_frame.c') diff --git a/tools/uncoded_frame.c b/tools/uncoded_frame.c index 3aaa4b6897..3f850d344d 100644 --- a/tools/uncoded_frame.c +++ b/tools/uncoded_frame.c @@ -62,9 +62,7 @@ int main(int argc, char **argv) out_dev_name = argv + 2; nb_out_dev = argc - 2; - av_register_all(); avdevice_register_all(); - avfilter_register_all(); /* Create input graph */ if (!(in_graph = avfilter_graph_alloc())) { -- cgit v1.2.3