summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/libvo.txt
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/libvo.txt
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/libvo.txt')
-rw-r--r--DOCS/tech/libvo.txt4
1 files changed, 2 insertions, 2 deletions
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)