changeset 18571:25c95219c33d

A couple typos: whith --> with, Defult --> Default
author corey
date Mon, 05 Jun 2006 06:36:21 +0000
parents 303fea73000a
children c1d5652c1654
files DOCS/tech/snow.txt
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/snow.txt	Mon Jun 05 06:21:57 2006 +0000
+++ b/DOCS/tech/snow.txt	Mon Jun 05 06:36:21 2006 +0000
@@ -39,7 +39,7 @@
    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 @@
 
  * 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.