diff options
author | Zhang Rui <bbcallen@gmail.com> | 2015-07-16 15:04:42 +0800 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-07-18 01:46:50 +0200 |
commit | f477a3f5abc15a9ffa117cd53ca93237a4f4d58c (patch) | |
tree | da0c95f502469b21ca29e2b48443c69415beea8f /doc/protocols.texi | |
parent | 72d1409e23803e8314145f610e84b47a44ba3dbc (diff) | |
download | ffmpeg-f477a3f5abc15a9ffa117cd53ca93237a4f4d58c.tar.gz |
avformat/async: support filling with a background thread.
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/protocols.texi')
-rw-r--r-- | doc/protocols.texi | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/protocols.texi b/doc/protocols.texi index 453dbcf6bf..f152f5a26e 100644 --- a/doc/protocols.texi +++ b/doc/protocols.texi @@ -19,6 +19,18 @@ supported protocols. A description of the currently available protocols follows. +@section async + +Asynchronous data filling wrapper for input stream. + +Fill data in a background thread, to decouple I/O operation from demux thread. + +@example +async:@var{URL} +async:http://host/resource +async:cache:http://host/resource +@end example + @section bluray Read BluRay playlist. |