summaryrefslogtreecommitdiff
path: root/libavformat/allformats.c
diff options
context:
space:
mode:
authorZhang Rui <bbcallen@gmail.com>2015-07-16 15:04:42 +0800
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-18 01:46:50 +0200
commitf477a3f5abc15a9ffa117cd53ca93237a4f4d58c (patch)
treeda0c95f502469b21ca29e2b48443c69415beea8f /libavformat/allformats.c
parent72d1409e23803e8314145f610e84b47a44ba3dbc (diff)
avformat/async: support filling with a background thread.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavformat/allformats.c')
-rw-r--r--libavformat/allformats.c1
1 files changed, 1 insertions, 0 deletions
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);