Mercurial > mplayer.hg
changeset 28267:757aca6254a3
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.
author | diego |
---|---|
date | Sun, 11 Jan 2009 19:47:17 +0000 |
parents | 0c1fef4e281a |
children | dc64eca366cf |
files | DOCS/tech/libmpcodecs.txt |
diffstat | 1 files changed, 6 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/libmpcodecs.txt Sun Jan 11 15:36:08 2009 +0000 +++ b/DOCS/tech/libmpcodecs.txt Sun Jan 11 19:47:17 2009 +0000 @@ -12,11 +12,11 @@ [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 @@ 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)