Skip to content
Snippets Groups Projects
Commit ac3ae29c authored by Julian Rother's avatar Julian Rother
Browse files

thumbnail: Added network init

parent cbd51efa
No related branches found
No related tags found
No related merge requests found
Pipeline #216 passed
...@@ -32,6 +32,7 @@ int main(int argc, char *argv[]) ...@@ -32,6 +32,7 @@ int main(int argc, char *argv[])
if (argc != 5) if (argc != 5)
return 1; return 1;
av_register_all(); av_register_all();
avformat_network_init();
init_env(); init_env();
init_avlogbuf(); init_avlogbuf();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment