summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authornicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-29 13:26:48 +0000
committernicodvb <nicodvb@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-12-29 13:26:48 +0000
commit9fadcf197e2969d988235776d0f0979185823c4a (patch)
tree291ea486d44a8343e73c28159309ad74b8543d4b /DOCS
parent016b1cb9e50864fe9b55a416cff7dcceb1b3c596 (diff)
downloadmpv-9fadcf197e2969d988235776d0f0979185823c4a.tar.bz2
mpv-9fadcf197e2969d988235776d0f0979185823c4a.tar.xz
spellfix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@21784 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/dr-methods.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/tech/dr-methods.txt b/DOCS/tech/dr-methods.txt
index 67b6537ada..8f613cbd4b 100644
--- a/DOCS/tech/dr-methods.txt
+++ b/DOCS/tech/dr-methods.txt
@@ -9,7 +9,7 @@ The main point is the same, but they work different.
method 1: decoding directly to externally provided buffers.
so, the codec decodes macroblocks directly to the buffer provided by the
-caller. as this buffer will be readed later (for MC of next frame) it's not
+caller. as this buffer will be read later (for MC of next frame) it's not
a good idea to place such buffers in slow video ram. but.
there are many video out drivers using buffers in system ram, and using some
way of memcpy or DMA to blit it to video ram at display time.