[FFmpeg-devel] [PATCH] [RFC] doc: add a section about async protocol

Zhang Rui bbcallen at gmail.com
Fri Jul 17 05:58:38 CEST 2015


---
 doc/protocols.texi | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/doc/protocols.texi b/doc/protocols.texi
index 453dbcf..f152f5a 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -19,6 +19,18 @@ supported protocols.
 
 A description of the currently available protocols follows.
 
+ at section async
+
+Asynchronous data filling wrapper for input stream.
+
+Fill data in a background thread, to decouple I/O operation from demux thread.
+
+ at example
+async:@var{URL}
+async:http://host/resource
+async:cache:http://host/resource
+ at end example
+
 @section bluray
 
 Read BluRay playlist.
-- 
2.0.0



More information about the ffmpeg-devel mailing list