summaryrefslogtreecommitdiff
path: root/tools/uncoded_frame.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/uncoded_frame.c')
-rw-r--r--tools/uncoded_frame.c2
1 files changed, 0 insertions, 2 deletions
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())) {