[FFmpeg-cvslog] doc/codecs: extend documentation for the threads option

Stefano Sabatini git at videolan.org
Tue Sep 8 18:03:54 CEST 2015


ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Sep  8 15:52:36 2015 +0200| [51c5e924b9e54a5a2c2162b348bafc1c83d1009c] | committer: Stefano Sabatini

doc/codecs: extend documentation for the threads option

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=51c5e924b9e54a5a2c2162b348bafc1c83d1009c
---

 doc/codecs.texi |    8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/doc/codecs.texi b/doc/codecs.texi
index da048b1..b481b4a 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -817,13 +817,17 @@ for codecs that support it. See also @file{doc/examples/export_mvs.c}.
 Deprecated, use mpegvideo private options instead.
 
 @item threads @var{integer} (@emph{decoding/encoding,video})
+Set the number of threads to be used, in case the selected codec
+implementation supports multi-threading.
 
 Possible values:
 @table @samp
- at item auto
-detect a good number of threads
+ at item auto, 0
+automatically select the number of threads to set
 @end table
 
+Default value is @samp{auto}.
+
 @item me_threshold @var{integer} (@emph{encoding,video})
 Set motion estimation threshold.
 



More information about the ffmpeg-cvslog mailing list