Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLou Logan <lou@lrcd.com>2015-01-08 05:16:54 +0300
committerLou Logan <lou@lrcd.com>2015-01-08 05:17:33 +0300
commit919e038a95fdebefb0ec76a602c0d61758ad0d8d (patch)
tree55e33c767135b1170325bc4a01c4dd91c85f56ae /doc
parentbcaa9099b3648b47060e1724a97dc98b63c83702 (diff)
doc: fix typos
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/codecs.texi2
-rw-r--r--doc/developer.texi4
-rw-r--r--doc/encoders.texi2
-rw-r--r--doc/indevs.texi2
-rw-r--r--doc/muxers.texi2
5 files changed, 6 insertions, 6 deletions
diff --git a/doc/codecs.texi b/doc/codecs.texi
index f1f5c005f9..4105e09998 100644
--- a/doc/codecs.texi
+++ b/doc/codecs.texi
@@ -7,7 +7,7 @@ all the encoders and decoders. In addition each codec may support
so-called private options, which are specific for a given codec.
Sometimes, a global option may only affect a specific kind of codec,
-and may be unsensical or ignored by another, so you need to be aware
+and may be nonsensical or ignored by another, so you need to be aware
of the meaning of the specified options. Also some options are
meant only for decoding or encoding.
diff --git a/doc/developer.texi b/doc/developer.texi
index 8b1f150ee6..f1351a5db2 100644
--- a/doc/developer.texi
+++ b/doc/developer.texi
@@ -647,12 +647,12 @@ accordingly].
@subsection Adding files to the fate-suite dataset
When there is no muxer or encoder available to generate test media for a
-specific test then the media has to be inlcuded in the fate-suite.
+specific test then the media has to be included in the fate-suite.
First please make sure that the sample file is as small as possible to test the
respective decoder or demuxer sufficiently. Large files increase network
bandwidth and disk space requirements.
Once you have a working fate test and fate sample, provide in the commit
-message or introductionary message for the patch series that you post to
+message or introductory message for the patch series that you post to
the ffmpeg-devel mailing list, a direct link to download the sample media.
diff --git a/doc/encoders.texi b/doc/encoders.texi
index c0e9890649..a6cdd997d1 100644
--- a/doc/encoders.texi
+++ b/doc/encoders.texi
@@ -2171,7 +2171,7 @@ Use @var{0} to disable alpha plane coding.
@subsection Speed considerations
In the default mode of operation the encoder has to honor frame constraints
-(i.e. not produc frames with size bigger than requested) while still making
+(i.e. not produce frames with size bigger than requested) while still making
output picture as good as possible.
A frame containing a lot of small details is harder to compress and the encoder
would spend more time searching for appropriate quantizers for each slice.
diff --git a/doc/indevs.texi b/doc/indevs.texi
index abc4cc3944..fa6facf96e 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -390,7 +390,7 @@ not work and result in undefined behavior.
The values @option{auto}, @option{dv} and @option{hdv} are supported.
@item dvbuffer
-Set maxiumum size of buffer for incoming data, in frames. For DV, this
+Set maximum size of buffer for incoming data, in frames. For DV, this
is an exact value. For HDV, it is not frame exact, since HDV does
not have a fixed frame size.
diff --git a/doc/muxers.texi b/doc/muxers.texi
index a1264d2125..e356235b67 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -781,7 +781,7 @@ Change the syncpoint usage in nut:
sensitive and seeking is not possible. Also in general the overhead from
syncpoints is negligible. Note, -@code{write_index} 0 can be used to disable
all growing data tables, allowing to mux endless streams with limited memory
- and wihout these disadvantages.
+ and without these disadvantages.
@item @var{timestamped} extend the syncpoint with a wallclock field.
@end table
The @var{none} and @var{timestamped} flags are experimental.