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/demuxers.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/demuxers.texi')
-rw-r--r-- | doc/demuxers.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi index e18448f779..437d1cac0b 100644 --- a/doc/demuxers.texi +++ b/doc/demuxers.texi @@ -1,7 +1,7 @@ @chapter Demuxers @c man begin DEMUXERS -Demuxers are configured elements in FFmpeg which allow to read the +Demuxers are configured elements in FFmpeg that can read the multimedia streams from a particular type of file. When you configure your FFmpeg build, all the supported demuxers |