From 10bcc41bb40ba479bfc5ad29b1650a6b335437a8 Mon Sep 17 00:00:00 2001 From: Mark Thompson Date: Wed, 7 Feb 2018 19:36:57 +0000 Subject: examples: Don't call deprecated functions which don't do anything --- doc/examples/http_multiclient.c | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/examples/http_multiclient.c') diff --git a/doc/examples/http_multiclient.c b/doc/examples/http_multiclient.c index e2c2201a08..831e89c60a 100644 --- a/doc/examples/http_multiclient.c +++ b/doc/examples/http_multiclient.c @@ -114,7 +114,6 @@ int main(int argc, char **argv) in_uri = argv[1]; out_uri = argv[2]; - av_register_all(); avformat_network_init(); if ((ret = av_dict_set(&options, "listen", "2", 0)) < 0) { -- cgit v1.2.3