*** empty log message ***

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@878 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-05-25 17:32:52 +00:00
parent aa7515066d
commit 0c711045ef
1 changed files with 3 additions and 2 deletions

View File

@ -75,8 +75,9 @@ Now, go on:
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) {