diff options
author | Bryce W. Harrington <b.harrington@samsung.com> | 2013-08-10 02:19:53 +0000 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-08-10 10:07:30 +0200 |
commit | d9c46c3cd9b8cb6d80b5b470ff276ec5e350a2d9 (patch) | |
tree | 34003d7b0965b87ce3804dc14cc128e0a3611ead /doc/outdevs.texi | |
parent | d4db7c334b6665b49d3f98bd5d7e0088f598d7b1 (diff) | |
download | ffmpeg-d9c46c3cd9b8cb6d80b5b470ff276ec5e350a2d9.tar.gz |
doc: apply various grammar fixes
The first sentence of each of the modified man pages are worded a bit
awkwardly. These minor copy-edits should make them clearer.
Signed-off-by: Bryce Harrington <b.harrington@samsung.com>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'doc/outdevs.texi')
-rw-r--r-- | doc/outdevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/outdevs.texi b/doc/outdevs.texi index 796797b070..730b47b201 100644 --- a/doc/outdevs.texi +++ b/doc/outdevs.texi @@ -1,7 +1,7 @@ @chapter Output Devices @c man begin OUTPUT DEVICES -Output devices are configured elements in FFmpeg which allow to write +Output devices are configured elements in FFmpeg that can write multimedia data to an output device attached to your system. When you configure your FFmpeg build, all the supported output devices |