diff options
author | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-25 17:37:12 +0000 |
---|---|---|
committer | gabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2001-05-25 17:37:12 +0000 |
commit | 80ab4a31ae8199b3d836e40c860dbf5a5483f697 (patch) | |
tree | ee179b159bc105d674c3626fb648f4a8199b3218 /DOCS | |
parent | 0c711045ef9112f7c03e7811bb6d885080038b4f (diff) |
ehh.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@879 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r-- | DOCS/tech/general.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/general.txt b/DOCS/tech/general.txt index 9606e83971..ff32fe7825 100644 --- a/DOCS/tech/general.txt +++ b/DOCS/tech/general.txt @@ -76,8 +76,8 @@ Now, go on: 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. - There is are float variables called a_frame and v_frame, they store - the just played A/V position is seconds. + There are float variables called a_frame and v_frame, they store + the just played A/V position in seconds. The structure of the playing loop : while(not EOF) { |