summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorcorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-05 06:36:21 +0000
committercorey <corey@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-06-05 06:36:21 +0000
commit52d2a448f8b26ecd1ad0a7ca684bfe2942a4e8f9 (patch)
tree26ec48d603e90883e479a9db319d47f2577f35d6 /DOCS
parentc83400c8a5d7c28336d1a671ace09dcabb8addd7 (diff)
downloadmpv-52d2a448f8b26ecd1ad0a7ca684bfe2942a4e8f9.tar.bz2
mpv-52d2a448f8b26ecd1ad0a7ca684bfe2942a4e8f9.tar.xz
A couple typos: whith --> with, Defult --> Default
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18572 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/snow.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/snow.txt b/DOCS/tech/snow.txt
index bcf41e4e39..fea39a7b51 100644
--- a/DOCS/tech/snow.txt
+++ b/DOCS/tech/snow.txt
@@ -39,7 +39,7 @@ OPTIONS RECOGNIZED BY SNOW
inter (mbcmp) when using fast motion estimation, but is not the best for
the actual search (cmp, subcmp).
The wavelet functions (use the one that matches pred) are best quality,
- especially whith vme=8, but are very slow.
+ especially with vme=8, but are very slow.
SATD is a good balance.
You can add 256 to any of the options to enable chroma motion
estimation for that comparison (e.g. mbcmp=257 for SSD with chroma),
@@ -75,7 +75,7 @@ OPTIONS RECOGNIZED BY SNOW
* refs=<1-8>
Allows each block to choose which of several reference frames to
- motion compensate from. Defult: 1. Larger values always improve
+ motion compensate from. Default: 1. Larger values always improve
compression, but cost lots of CPU-time when encoding and extra
memory when decoding.