From f477a3f5abc15a9ffa117cd53ca93237a4f4d58c Mon Sep 17 00:00:00 2001 From: Zhang Rui Date: Thu, 16 Jul 2015 15:04:42 +0800 Subject: avformat/async: support filling with a background thread. Signed-off-by: Michael Niedermayer --- libavformat/allformats.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libavformat/allformats.c') diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 2caa6b111b..181cb9e6e9 100644 --- a/libavformat/allformats.c +++ b/libavformat/allformats.c @@ -351,6 +351,7 @@ void av_register_all(void) /* protocols */ + REGISTER_PROTOCOL(ASYNC, async); REGISTER_PROTOCOL(BLURAY, bluray); REGISTER_PROTOCOL(CACHE, cache); REGISTER_PROTOCOL(CONCAT, concat); -- cgit v1.2.3