diff options
author | Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> | 2015-03-07 19:36:07 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-03-08 21:59:28 +0100 |
commit | 10fd7ff814f2a35b5b49a9c3b0d426ead6c7e83f (patch) | |
tree | 3f54502d8e1d0ddde1cdc2a26df165965d6688f2 /doc/indevs.texi | |
parent | fa7084a065a984a11164d4f1154b97f6737f3948 (diff) | |
download | ffmpeg-10fd7ff814f2a35b5b49a9c3b0d426ead6c7e83f.tar.gz |
doc: avoid the incorrect phrase 'allow to'
Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 98cc55727f..79fec2e4ec 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -1,7 +1,7 @@ @chapter Input Devices @c man begin INPUT DEVICES -Input devices are configured elements in FFmpeg which allow to access +Input devices are configured elements in FFmpeg which enable accessing the data coming from a multimedia device attached to your system. When you configure your FFmpeg build, all the supported input devices |