]> git.sesse.net Git - ffmpeg/commitdiff
doc/protocols: document cache option
authorGyan Doshi <ffmpeg@gyani.pro>
Sun, 27 Dec 2020 09:20:24 +0000 (14:50 +0530)
committerGyan Doshi <ffmpeg@gyani.pro>
Sun, 27 Dec 2020 09:20:24 +0000 (14:50 +0530)
Add entry for read_ahead_limit

doc/protocols.texi

index de377a9546dafebca725c8abf13f1090649134fd..00a66654827cb22288a5b4db0b5e35526578ddde 100644 (file)
@@ -175,6 +175,16 @@ Caching wrapper for input stream.
 
 Cache the input stream to temporary file. It brings seeking capability to live streams.
 
+The accepted options are:
+@table @option
+
+@item read_ahead_limit
+Amount in bytes that may be read ahead when seeking isn't supported. Range is -1 to INT_MAX.
+-1 for unlimited. Default is 65536.
+
+@end table
+
+URL Syntax is
 @example
 cache:@var{URL}
 @end example