Call avformat_network_init/deinit in the programs
authorMartin Storsjö <martin@martin.st>
Sun, 6 Nov 2011 00:47:48 +0000 (02:47 +0200)
committerMartin Storsjö <martin@martin.st>
Sun, 6 Nov 2011 16:31:39 +0000 (18:31 +0200)
commit776f2bb91a5e31a385ee0a200df907e9acb0de87
tree8c2b0350a8cca51706c99dab0042d79e7339e042
parent3607ed70d5ad44b6614cac27f9c833d24626635e
Call avformat_network_init/deinit in the programs

Calling the init function will become mandatory at some later
point. By calling it, more heavy network init (such as SSL/TLS
library init) can be done once at startup, instead of implicitly
when used (which could lead to it being done a number of times).

Signed-off-by: Martin Storsjö <martin@martin.st>
avconv.c
avplay.c
avprobe.c
avserver.c
ffmpeg.c