Re: [libav-devel] [PATCH 2/2] avio: Only do implicit network initialization for network protocols

2012-01-05 Thread Luca Barbato
On 05/01/12 14:39, Anton Khirnov wrote: On Wed, 4 Jan 2012 22:29:57 +0200, Martin Storsjö wrote: The implicit network initialization is set to be removed in the future, but is kept for compatibility. By not doing the implicit initialization for non-network protocols, we avoid the warning abou

Re: [libav-devel] [PATCH 2/2] avio: Only do implicit network initialization for network protocols

2012-01-05 Thread Anton Khirnov
On Wed, 4 Jan 2012 22:29:57 +0200, Martin Storsjö wrote: > The implicit network initialization is set to be removed in the > future, but is kept for compatibility. By not doing the implicit > initialization for non-network protocols, we avoid the warning > about avformat_network_init() not being

[libav-devel] [PATCH 2/2] avio: Only do implicit network initialization for network protocols

2012-01-04 Thread Martin Storsjö
The implicit network initialization is set to be removed in the future, but is kept for compatibility. By not doing the implicit initialization for non-network protocols, we avoid the warning about avformat_network_init() not being called for these, where it really doesn't make much sense. --- lib