Mercurial > mplayer.hg
changeset 877:3e94ca839def
*** empty log message ***
author | gabucino |
---|---|
date | Fri, 25 May 2001 17:32:52 +0000 |
parents | 1f26877717f1 |
children | 89c975198f61 |
files | DOCS/tech/general.txt |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/DOCS/tech/general.txt Fri May 25 17:04:11 2001 +0000 +++ b/DOCS/tech/general.txt Fri May 25 17:32:52 2001 +0000 @@ -75,8 +75,9 @@ 3. mplayer.c - ooh, he's the boss :) The timing is solved odd, since it has/recommended to be done differently for each of the formats, and sometimes can be done in many ways. - A new frame is displayed if v_frame<a_frame, and sound is decoded if - a_frame<v_frame. + + There is are float variables called a_frame and v_frame, they store + the just played A/V position is seconds. The structure of the playing loop : while(not EOF) {