summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThilo Borgmann <thilo.borgmann@googlemail.com>2013-08-11 21:21:53 +0200
committerMichael Niedermayer <michaelni@gmx.at>2013-08-12 03:27:26 +0200
commitf18ccb529fb7231f9d40814fbf843d10d9434b43 (patch)
treefb6eb3f50e198a7796f2c6a6e39db370b00d416b /doc
parent98fd8a78487f03998cb9d552ae2b7d7aee3ce4f1 (diff)
Fix wrong use of "an" in some comments.
Diffstat (limited to 'doc')
-rw-r--r--doc/Doxyfile2
-rw-r--r--doc/ffmpeg-resampler.texi2
-rw-r--r--doc/ffmpeg-scaler.texi2
-rw-r--r--doc/ffprobe.texi2
-rw-r--r--doc/filters.texi2
-rw-r--r--doc/libswresample.texi2
6 files changed, 6 insertions, 6 deletions
diff --git a/doc/Doxyfile b/doc/Doxyfile
index f01a305008..6488aadd35 100644
--- a/doc/Doxyfile
+++ b/doc/Doxyfile
@@ -33,7 +33,7 @@ PROJECT_NAME = FFmpeg
PROJECT_NUMBER =
-# With the PROJECT_LOGO tag one can specify an logo or icon that is included
+# With the PROJECT_LOGO tag one can specify a logo or icon that is included
# in the documentation. The maximum height of the logo should not exceed 55
# pixels and the maximum width should not exceed 200 pixels. Doxygen will
# copy the logo to the output directory.
diff --git a/doc/ffmpeg-resampler.texi b/doc/ffmpeg-resampler.texi
index da3d033f0e..69767a29ca 100644
--- a/doc/ffmpeg-resampler.texi
+++ b/doc/ffmpeg-resampler.texi
@@ -12,7 +12,7 @@
@chapter Description
@c man begin DESCRIPTION
-The FFmpeg resampler provides an high-level interface to the
+The FFmpeg resampler provides a high-level interface to the
libswresample library audio resampling utilities. In particular it
allows to perform audio resampling, audio channel layout rematrixing,
and convert audio format and packing layout.
diff --git a/doc/ffmpeg-scaler.texi b/doc/ffmpeg-scaler.texi
index 47b81a4f8b..1eb8cd6bdd 100644
--- a/doc/ffmpeg-scaler.texi
+++ b/doc/ffmpeg-scaler.texi
@@ -12,7 +12,7 @@
@chapter Description
@c man begin DESCRIPTION
-The FFmpeg rescaler provides an high-level interface to the libswscale
+The FFmpeg rescaler provides a high-level interface to the libswscale
library image conversion utilities. In particular it allows to perform
image rescaling and pixel format conversion.
diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi
index 02cffbb478..daeb8cbe61 100644
--- a/doc/ffprobe.texi
+++ b/doc/ffprobe.texi
@@ -113,7 +113,7 @@ ffprobe -show_packets -select_streams v:1 INPUT
@end example
@item -show_data
-Show payload data, as an hexadecimal and ASCII dump. Coupled with
+Show payload data, as a hexadecimal and ASCII dump. Coupled with
@option{-show_packets}, it will dump the packets' data. Coupled with
@option{-show_streams}, it will dump the codec extradata.
diff --git a/doc/filters.texi b/doc/filters.texi
index aba67c7e5a..9786e13e94 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -1644,7 +1644,7 @@ The filter has no parameters. The input is not modified. Statistics about
the volume will be printed in the log when the input stream end is reached.
In particular it will show the mean volume (root mean square), maximum
-volume (on a per-sample basis), and the beginning of an histogram of the
+volume (on a per-sample basis), and the beginning of a histogram of the
registered volume values (from the maximum value to a cumulated 1/1000 of
the samples).
diff --git a/doc/libswresample.texi b/doc/libswresample.texi
index 1a5b01f3be..383e53779a 100644
--- a/doc/libswresample.texi
+++ b/doc/libswresample.texi
@@ -20,7 +20,7 @@ Specifically, this library performs the following conversions:
@itemize
@item
@emph{Resampling}: is the process of changing the audio rate, for
-example from an high sample rate of 44100Hz to 8000Hz. Audio
+example from a high sample rate of 44100Hz to 8000Hz. Audio
conversion from high to low sample rate is a lossy process. Several
resampling options and algorithms are available.