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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-10-29 17:55:14 +0300
committerAndreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>2016-10-29 21:43:15 +0300
commit1e660fe88d2dd8fdcb0136b4cee3152f61ebc6c5 (patch)
tree403755085153ceb7800cb0640e9b694f02bb0994 /doc
parentc4af48eb2716a273f0b7ce52d1067e9c3d2e7c71 (diff)
doc: fix spelling errors
Reviewed-by: Lou Logan <lou@lrcd.com> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi2
-rw-r--r--doc/formats.texi2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index fb04a5687c..867b9324ec 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -9665,7 +9665,7 @@ Scene change detection method. Scene change leads motion vectors to be in random
@item none
Disable scene change detection.
@item fdiff
-Frame difference. Corresponding pixel values are compared and if it statisfies @var{scd_threshold} scene change is detected.
+Frame difference. Corresponding pixel values are compared and if it satisfies @var{scd_threshold} scene change is detected.
@end table
Default method is @samp{fdiff}.
diff --git a/doc/formats.texi b/doc/formats.texi
index 5ef7fada0d..87704afb6c 100644
--- a/doc/formats.texi
+++ b/doc/formats.texi
@@ -63,7 +63,7 @@ This ensures that file and data checksums are reproducible and match between
platforms. Its primary use is for regression testing.
@item shortest
Stop muxing at the end of the shortest stream.
-It may be needed to increase max_interleave_delta to avoid flusing the longer
+It may be needed to increase max_interleave_delta to avoid flushing the longer
streams before EOF.
@end table