summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 19:47:17 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-01-11 19:47:17 +0000
commit7b8ab957e0051ba6c6bd808456966b9c8f851324 (patch)
treea9b48ff2709a7fa8960e47b0ec5109d5f49bd07d /DOCS
parent0acdb748548e745591086e424648bbfac089dd7c (diff)
downloadmpv-7b8ab957e0051ba6c6bd808456966b9c8f851324.tar.bz2
mpv-7b8ab957e0051ba6c6bd808456966b9c8f851324.tar.xz
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@28302 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libmpcodecs.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/tech/libmpcodecs.txt b/DOCS/tech/libmpcodecs.txt
index 65165b7bd9..bfa9ec5080 100644
--- a/DOCS/tech/libmpcodecs.txt
+++ b/DOCS/tech/libmpcodecs.txt
@@ -12,11 +12,11 @@ The VIDEO path:
[MPlayer core]
| (1)
- _____V______ (2) /~~~~~~~~~~\ (3,4) |~~~~~~|
- | | -----> | vd_XXX.c | -------> | vd.c |
- | decvideo | \__________/ <-(3a)-- |______|
- | | -----, ,.............(3a,4a).....:
- ~~~~~~~~~~~~ (6) V V
+ ______V_____ (2) /~~~~~~~~~~\ (3,4) |~~~~~~|
+ | | -----> | vd_XXX.c | -------> | vd.c |
+ | dec_video | \__________/ <-(3a)-- |______|
+ | | -----, ,.............(3a,4a).....:
+ ~~~~~~~~~~~~~ (6) V V
/~~~~~~~~\ /~~~~~~~~\ (8)
| vf_X.c | --> | vf_Y.c | ----> vf_vo.c / ve_XXX.c
\________/ \________/
@@ -27,7 +27,7 @@ The VIDEO path:
Short description of video path:
1. MPlayer/MEncoder core requests the decoding of a compressed video frame:
- calls decvideo.c::decode_video()
+ calls dec_video.c::decode_video()
2. decode_video() calls the previously ( init_video() ) selected video codec
(vd_XXX.c file, where XXX == vfm name, see the 'driver' line of codecs.conf)