summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2020-01-07 17:30:34 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2020-01-10 21:44:26 +0530
commit22a06a539ddba083b0a496a1871a90afb8d51627 (patch)
tree22290d2dc3bb8f8d53b55a52dcbfaf833d900893 /doc
parentc4c96d5942ac48ff247be224363f5200198844a6 (diff)
avfilter/f_metadata: allow direct flushing when printing to file
Useful for monitoring sparse data in realtime
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 9ff7bc2814..6fb660b05a 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -22731,6 +22731,9 @@ plain filename any writable url can be specified. Filename ``-'' is a shorthand
for standard output. If @code{file} option is not set, output is written to the log
with AV_LOG_INFO loglevel.
+@item direct
+Reduces buffering in print mode when output is written to a URL set using @var{file}.
+
@end table
@subsection Examples