summaryrefslogtreecommitdiff
path: root/doc/examples/http_multiclient.c
diff options
context:
space:
mode:
authorMark Thompson <sw@jkqxz.net>2018-02-07 19:36:57 +0000
committerMark Thompson <sw@jkqxz.net>2018-02-09 21:38:42 +0000
commit10bcc41bb40ba479bfc5ad29b1650a6b335437a8 (patch)
tree69a6e60a893240e30d840d1468670e8e987113fa /doc/examples/http_multiclient.c
parentc69054fa24f5125eea3c817e8a76fe6422ea165d (diff)
examples: Don't call deprecated functions which don't do anything
Diffstat (limited to 'doc/examples/http_multiclient.c')
-rw-r--r--doc/examples/http_multiclient.c1
1 files changed, 0 insertions, 1 deletions
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) {