diff DOCS/tech/general.txt @ 29263:0f1b5b68af32

whitespace cosmetics: Remove all trailing whitespace.
author diego
date Wed, 13 May 2009 02:58:57 +0000
parents 780caed72ac7
children 32725ca88fed
line wrap: on
line diff
--- a/DOCS/tech/general.txt	Tue May 12 19:25:35 2009 +0000
+++ b/DOCS/tech/general.txt	Wed May 13 02:58:57 2009 +0000
@@ -148,7 +148,7 @@
 	 From this we can calculate what PTS we need for the just played
 	 audio, then after we compare this with the video's PTS, we have
 	 the difference!
-	 
+
 	 Life didn't get simpler with AVI. There's the "official" timing
 	 method, the BPS-based, so the header contains how many compressed
 	 audio bytes or chunks belong to one second of frames.
@@ -194,14 +194,14 @@
 	   blocking. Unfortunately it doesn't say how much we could :((
 	   Also, doesn't/badly works with some drivers.
 	   Only used if none of the above works.
-	 
+
 4. Codecs. Consists of libmpcodecs/* and separate files or libs,
    for example liba52, libmpeg2, xa/*, alaw.c, opendivx/*, loader, mp3lib.
 
    mplayer.c doesn't call them directly, but through the dec_audio.c and
    dec_video.c files, so the mplayer.c doesn't have to know anything about
    the codecs.
-   
+
    libmpcodecs contains wrapper for every codecs, some of them include the
    codec function implementation, some calls functions from other files
    included with mplayer, some calls optional external libraries.