avformat/async: support filling with a background thread.

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Zhang Rui 2015-07-16 15:04:42 +08:00 committed by Michael Niedermayer
parent 72d1409e23
commit f477a3f5ab
5 changed files with 402 additions and 0 deletions

View file

@ -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);