diff options
Diffstat (limited to 'avserver.c')
-rw-r--r-- | avserver.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/avserver.c b/avserver.c index 5b9dcc90da..ec5f2bea6b 100644 --- a/avserver.c +++ b/avserver.c @@ -4670,6 +4670,7 @@ int main(int argc, char **argv) parse_loglevel(argc, argv, options); av_register_all(); + avformat_network_init(); show_banner(); |