From 9288ae0ea8215cfe797343bae139e310e1a48cb8 Mon Sep 17 00:00:00 2001 From: Ali Gholami Rudi Date: Sun, 8 Jan 2012 21:42:09 +0330 Subject: [PATCH] ffs: ffmpeg needs avformat_network_init() --- ffs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffs.c b/ffs.c index ee6be94..acde2fc 100644 --- a/ffs.c +++ b/ffs.c @@ -221,4 +221,5 @@ void ffs_vsetup(struct ffs *ffs, float zoom, int fbm) void ffs_globinit(void) { av_register_all(); + avformat_network_init(); } -- 2.11.4.GIT