Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-27 10:07:17 +0300
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-27 10:07:17 +0300
commitdcc506a91e7745fc0e4d07e05ff8a13ee75ced41 (patch)
tree047a0f891a10b9446c4dc87b3e160361123dbf10 /doc/ffmpeg.texi
parent64545dd6001355491084902008431e45b3f03c50 (diff)
doc: Mention -dn in the "Stream selection" paragraph.
There is no "Data options" paragraph. Requested-by: ilker tezcan
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r--doc/ffmpeg.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 7368cdbbbd..5255d2d376 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -223,7 +223,7 @@ with the highest resolution, for audio, it is the stream with the most channels,
subtitles, it is the first subtitle stream. In the case where several streams of
the same type rate equally, the stream with the lowest index is chosen.
-You can disable some of those defaults by using the @code{-vn/-an/-sn} options. For
+You can disable some of those defaults by using the @code{-vn/-an/-sn/-dn} options. For
full manual control, use the @code{-map} option, which disables the defaults just
described.