Skip to content
Snippets Groups Projects
Commit 5b6a1820 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

avio: initialize avformat network support explicitely

parent f57ca3b1
No related branches found
No related tags found
No related merge requests found
......@@ -92,6 +92,8 @@ static inline void vlc_init_avformat(vlc_object_t *obj)
{
vlc_avcodec_lock();
avformat_network_init();
vlc_init_avutil(obj);
#if LIBAVUTIL_VERSION_CHECK(51, 25, 0, 42, 100)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment