[FFmpeg-devel] [PATCH] doc/libswresample: Fix most spelling mistakes

Alexander Strasser eclipse7 at gmx.net
Thu Nov 8 00:11:05 CET 2012


Signed-off-by: Alexander Strasser <eclipse7 at gmx.net>
---

  This patch (relative to Stefano's patch) fixes the minimum
that I think is needed for pushing libswresample.texi .

  I would like to go a bit further like I did with the other
documents, but that can still be done after this is in master.
 

 doc/libswresample.texi | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/doc/libswresample.texi b/doc/libswresample.texi
index d6d8cc0..69905eb 100644
--- a/doc/libswresample.texi
+++ b/doc/libswresample.texi
@@ -18,13 +18,13 @@ resampling, rematrixing and sample format conversion operations.
 libswresample performs several audio conversions, including:
 @itemize
 @item
- at emph{Resampling}: it is the process consisting of changing the audio
-rate, for example from an high samplerate of 8000Hz to 44100Hz. Audio
-conversion from high to low samplerate is a lossy process.  Several
+ at emph{Resampling} is the process of changing the audio
+rate, for example from an high sample rate of 8000Hz to 44100Hz. Audio
+conversion from high to low sample rate is a lossy process.  Several
 resampling options and algorithm are available.
 
 @item
- at emph{Format conversion}: it is the process consisting into converting
+ at emph{Format conversion} is the process of converting
 the type of samples, for example from 16-bit signed samples to
 unsigned 8-bit or float samples. It also handles packing conversion,
 when passing from packed layout (all samples belonging to distinct
@@ -33,7 +33,7 @@ channels interleaved in the same buffer or "plane"), to planar layout
 buffer or "plane").
 
 @item
- at emph{Rematrixing}: it is the process consisting into changing the
+ at emph{Rematrixing} is the process of changing the
 channel layout, for example from stereo to mono. When the input
 channels cannot be mapped to the output streams, the process is lossy.
 @end itemize
@@ -58,7 +58,7 @@ use.
 @item ich, in_channel_count
 Set the number of input channels. Default value is 2.
 
- at item och, out_channel_coun
+ at item och, out_channel_count
 Set the number of output channels. Default value is 2.
 
 @item uch, used_channel_count
@@ -92,18 +92,18 @@ Set the input channel layout.
 Set the output channel layout.
 
 @item clev, center_mix_level
-Set center mix level. It is a value expressed in deciBels, and must be
+Set center mix level. It is a value expressed in deciBel, and must be
 inclusively included between -32 and +32.
 
 @item slev, surround_mix_level
 Set surround mix level. It is a value expressed in deciBel, and must
 be inclusively included between -32 and +32.
 
- at item lfr_mix_evel
+ at item lfe_mix_level
 Set LFE mix level.
 
 @item rmvol, rematrix_volume
-Set rematrix volume. Defautl value is 1.0.
+Set rematrix volume. Default value is 1.0.
 
 @item flags, swr_flags
 Set flags used by the converter. Default value is 0.
@@ -167,7 +167,7 @@ default value is 0.
 @item matrix_encoding
 Set matrixed stereo encoding.
 
-Accept the following values:
+Accepts the following values:
 @table @samp
 @item none
 select none
@@ -182,7 +182,7 @@ Default value is @code{none}.
 @item filter_type
 Set filter type.
 
-Accet the following values:
+Accepts the following values:
 @table @samp
 @item cubic
 select cubic
-- 
1.7.10.2.552.gaa3bb87


More information about the ffmpeg-devel mailing list