avformat/async: support filling with a background thread.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
72d1409e23
commit
f477a3f5ab
5 changed files with 402 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue