diff options
author | Michael Niedermayer | 2014-12-15 17:54:14 +0100 |
---|---|---|
committer | Michael Niedermayer | 2014-12-15 17:54:14 +0100 |
commit | c1d9283b1e4b3b90d5064e0f1cc29a94aa73cda9 (patch) | |
tree | 573ed78164f2dc345874e26e5a7434fed5bbe841 /doc/ffplay.texi | |
parent | ae658efef86b932484a88c52dc9b803bb5d99e3d (diff) |
doc/ffplay: remove duplicate threads option, this is documented in codecs.*
Fixes Ticket3610
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/ffplay.texi')
-rw-r--r-- | doc/ffplay.texi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/ffplay.texi b/doc/ffplay.texi index 3c8541747a..556fc39ebc 100644 --- a/doc/ffplay.texi +++ b/doc/ffplay.texi @@ -124,9 +124,6 @@ master clock is used to control audio-video synchronization. Most media players use audio as master clock, but in some cases (streaming or high quality broadcast) it is necessary to change that. This option is mainly used for debugging purposes. -@item -threads @var{count} -Set the thread count. By default, @command{ffplay} automatically detects a -suitable number of threads to use. @item -ast @var{audio_stream_number} Select the desired audio stream number, counting from 0. The number refers to the list of all the input audio streams. If it is greater |