diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-09-27 09:07:17 +0200 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2016-09-27 09:07:17 +0200 |
commit | dcc506a91e7745fc0e4d07e05ff8a13ee75ced41 (patch) | |
tree | 047a0f891a10b9446c4dc87b3e160361123dbf10 /doc/ffmpeg.texi | |
parent | 64545dd6001355491084902008431e45b3f03c50 (diff) | |
download | ffmpeg-dcc506a91e7745fc0e4d07e05ff8a13ee75ced41.tar.gz |
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.texi | 2 |
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. |