summaryrefslogtreecommitdiffstats
path: root/DOCS/tech
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-22 00:18:10 +0000
commit8ed3ba4995bd4d0e640ceec3f4524060d483be80 (patch)
treef6a086ffee6262b0462fe274453503b38151ff8c /DOCS/tech
parent3c0c8686fdff3b33487154bb31c8726961a112d8 (diff)
downloadmpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.bz2
mpv-8ed3ba4995bd4d0e640ceec3f4524060d483be80.tar.xz
cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22307 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r--DOCS/tech/general.txt2
-rw-r--r--DOCS/tech/libvo.txt4
-rw-r--r--DOCS/tech/swscaler_filters.txt4
3 files changed, 5 insertions, 5 deletions
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt
index b1af99ecea..7e5667a4cd 100644
--- a/DOCS/tech/general.txt
+++ b/DOCS/tech/general.txt
@@ -81,7 +81,7 @@ The main modules:
Then it calculates duration, either from fixed FPS value, or from the
PTS difference between and after reading the frame.
-2.e. other utility functions: there are some usefull code there, like
+2.e. other utility functions: there are some useful code there, like
AVI muxer, or mp3 header parser, but leave them for now.
So everything is ok 'till now. It can be found in libmpdemux/ library.
diff --git a/DOCS/tech/libvo.txt b/DOCS/tech/libvo.txt
index 6b66897fb2..426676716a 100644
--- a/DOCS/tech/libvo.txt
+++ b/DOCS/tech/libvo.txt
@@ -90,7 +90,7 @@ Each vo driver _has_ to implement these:
window size and position. The code should look as following:
---
set x,y,w,h to the values supplied by the caller or to those you deam
- usefull.
+ useful.
call geometry(&x, &y, &w, &h, screenw, screenh)
call aspect()
---
@@ -114,7 +114,7 @@ Each vo driver _has_ to implement these:
draw_alpha() for each. As a help, osd.c contains draw_alpha for
each pixelformats, use this if possible!
- NOTE: this one will be obsolete soon! But it's still usefull when
+ NOTE: This one will be obsolete soon! But it's still useful when
you want to do tricks, like rendering osd _after_ hardware scaling
(tdfxfb) or render subtitles under of the image (vo_mpegpes, sdl)
diff --git a/DOCS/tech/swscaler_filters.txt b/DOCS/tech/swscaler_filters.txt
index 6576372f0d..b63ecc1ae2 100644
--- a/DOCS/tech/swscaler_filters.txt
+++ b/DOCS/tech/swscaler_filters.txt
@@ -1,14 +1,14 @@
software scaler filter docs
-ssf cgb=<float> chrominance gaussian blur
- usefull for videos with some chroma (color) noise (TV captures, VHS, ...)
+ useful for videos with some chroma (color) noise (TV captures, VHS, ...)
-ssf lgb=<float> -> luminance gaussian blur
hmm, mostly special effect, could be used as lame noise reducer though
-ssf chs=<int> -> shift chrominance horizontally
-ssf cvs=<int> -> shift chrominance vertically
- usefull if the luma & chroma are not aligned exactly
+ useful if the luma & chroma are not aligned exactly
-ssf cs=<float> -> chrominance sharpen
-ssf ls=<float> -> luminance sharpen