Browse code

doc: avoid the incorrect phrase 'allow to'

Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit 10fd7ff814f2a35b5b49a9c3b0d426ead6c7e83f)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Andreas Cadhalpun authored on 2015/03/08 03:36:07
Showing 6 changed files
... ...
@@ -349,7 +349,7 @@ FFmpeg has a @url{http://ffmpeg.org/ffmpeg-protocols.html#concat,
349 349
 @code{concat}} protocol designed specifically for that, with examples in the
350 350
 documentation.
351 351
 
352
-A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow to concatenate
352
+A few multimedia containers (MPEG-1, MPEG-2 PS, DV) allow one to concatenate
353 353
 video by merely concatenating the files containing them.
354 354
 
355 355
 Hence you may concatenate your multimedia files by first transcoding them to
... ...
@@ -72,7 +72,7 @@ the HTTP server (configured through the @option{HTTPPort} option), and
72 72
 configuration file.
73 73
 
74 74
 Each feed is associated to a file which is stored on disk. This stored
75
-file is used to allow to send pre-recorded data to a player as fast as
75
+file is used to send pre-recorded data to a player as fast as
76 76
 possible when new content is added in real-time to the stream.
77 77
 
78 78
 A "live-stream" or "stream" is a resource published by
... ...
@@ -3486,7 +3486,7 @@ Set number overlapping pixels for each block. Since the filter can be slow, you
3486 3486
 may want to reduce this value, at the cost of a less effective filter and the
3487 3487
 risk of various artefacts.
3488 3488
 
3489
-If the overlapping value doesn't allow to process the whole input width or
3489
+If the overlapping value doesn't permit processing the whole input width or
3490 3490
 height, a warning will be displayed and according borders won't be denoised.
3491 3491
 
3492 3492
 Default value is @var{blocksize}-1, which is the best possible setting.
... ...
@@ -23,7 +23,7 @@ Reduce buffering.
23 23
 
24 24
 @item probesize @var{integer} (@emph{input})
25 25
 Set probing size in bytes, i.e. the size of the data to analyze to get
26
-stream information. A higher value will allow to detect more
26
+stream information. A higher value will enable detecting more
27 27
 information in case it is dispersed into the stream, but will increase
28 28
 latency. Must be an integer not lesser than 32. It is 5000000 by default.
29 29
 
... ...
@@ -67,7 +67,7 @@ Default is 0.
67 67
 
68 68
 @item analyzeduration @var{integer} (@emph{input})
69 69
 Specify how many microseconds are analyzed to probe the input. A
70
-higher value will allow to detect more accurate information, but will
70
+higher value will enable detecting more accurate information, but will
71 71
 increase latency. It defaults to 5,000,000 microseconds = 5 seconds.
72 72
 
73 73
 @item cryptokey @var{hexadecimal string} (@emph{input})
... ...
@@ -1,7 +1,7 @@
1 1
 @chapter Input Devices
2 2
 @c man begin INPUT DEVICES
3 3
 
4
-Input devices are configured elements in FFmpeg which allow to access
4
+Input devices are configured elements in FFmpeg which enable accessing
5 5
 the data coming from a multimedia device attached to your system.
6 6
 
7 7
 When you configure your FFmpeg build, all the supported input devices
... ...
@@ -844,7 +844,7 @@ Return 1.0 if @var{x} is +/-INFINITY, 0.0 otherwise.
844 844
 Return 1.0 if @var{x} is NAN, 0.0 otherwise.
845 845
 
846 846
 @item ld(var)
847
-Allow to load the value of the internal variable with number
847
+Load the value of the internal variable with number
848 848
 @var{var}, which was previously stored with st(@var{var}, @var{expr}).
849 849
 The function returns the loaded value.
850 850
 
... ...
@@ -912,7 +912,7 @@ Compute the square root of @var{expr}. This is equivalent to
912 912
 Compute expression @code{1/(1 + exp(4*x))}.
913 913
 
914 914
 @item st(var, expr)
915
-Allow to store the value of the expression @var{expr} in an internal
915
+Store the value of the expression @var{expr} in an internal
916 916
 variable. @var{var} specifies the number of the variable where to
917 917
 store the value, and it is a value ranging from 0 to 9. The function
918 918
 returns the value stored in the internal variable.