comparison DOCS/tech/libmpcodecs.txt @ 15602:d6f9191f4f82

Tab to space conversion to prevent the ASCII diagram to be messed up when a non-standard tab size is used.
author diego
date Tue, 31 May 2005 22:35:40 +0000
parents 2e1bd9192ce2
children cf7bbc26cb3d
comparison
equal deleted inserted replaced
15601:ccaf580a4384 15602:d6f9191f4f82
11 _____V______ (2) /~~~~~~~~~~\ (3,4) |~~~~~~| 11 _____V______ (2) /~~~~~~~~~~\ (3,4) |~~~~~~|
12 | | -----> | vd_XXX.c | -------> | vd.c | 12 | | -----> | vd_XXX.c | -------> | vd.c |
13 | decvideo | \__________/ <-(3a)-- |______| 13 | decvideo | \__________/ <-(3a)-- |______|
14 | | -----, ,.............(3a,4a).....: 14 | | -----, ,.............(3a,4a).....:
15 ~~~~~~~~~~~~ (6) V V 15 ~~~~~~~~~~~~ (6) V V
16 /~~~~~~~~\ /~~~~~~~~\ (8) 16 /~~~~~~~~\ /~~~~~~~~\ (8)
17 | vf_X.c | --> | vf_Y.c | ----> vf_vo.c / ve_XXX.c 17 | vf_X.c | --> | vf_Y.c | ----> vf_vo.c / ve_XXX.c
18 \________/ \________/ 18 \________/ \________/
19 | ^ 19 | ^
20 (7) | |~~~~~~| : (7a) 20 (7) | |~~~~~~| : (7a)
21 `-> | vf.c |...: 21 `-> | vf.c |...:
22 |______| 22 |______|
23 23
24 Short description of video path: 24 Short description of video path:
25 1. mplayer/mencoder core requests the decoding of a compressed video frame: 25 1. mplayer/mencoder core requests the decoding of a compressed video frame:
26 calls decvideo.c::decode_video() 26 calls decvideo.c::decode_video()
27 27