1
mirror of https://github.com/mpv-player/mpv synced 2024-09-05 02:48:21 +02:00

A couple typos: whith --> with, Defult --> Default

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18572 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
corey 2006-06-05 06:36:21 +00:00
parent c83400c8a5
commit 52d2a448f8

View File

@ -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.