summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-27 09:07:17 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2016-09-27 09:07:17 +0200
commitdcc506a91e7745fc0e4d07e05ff8a13ee75ced41 (patch)
tree047a0f891a10b9446c4dc87b3e160361123dbf10
parent64545dd6001355491084902008431e45b3f03c50 (diff)
doc: Mention -dn in the "Stream selection" paragraph.
There is no "Data options" paragraph. Requested-by: ilker tezcan
-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.