summaryrefslogtreecommitdiffstats
path: root/DOCS/tech/libao2.txt
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-13 02:58:57 +0000
commit6e9cbdc10448203e7c8b2de41447442fcc9f7bae (patch)
tree0ed465592509105fdbeab27fc12ddbb2e3590aa5 /DOCS/tech/libao2.txt
parenteafe5b7517bbf408ae1ffc936a3abe2313c3b334 (diff)
downloadmpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.bz2
mpv-6e9cbdc10448203e7c8b2de41447442fcc9f7bae.tar.xz
whitespace cosmetics: Remove all trailing whitespace.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29305 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech/libao2.txt')
-rw-r--r--DOCS/tech/libao2.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/DOCS/tech/libao2.txt b/DOCS/tech/libao2.txt
index ba8317e056..49cb0284f7 100644
--- a/DOCS/tech/libao2.txt
+++ b/DOCS/tech/libao2.txt
@@ -41,7 +41,7 @@ static int play(void* data,int len,int flags);
rounded down to 0 or the data will never be played (as MPlayer will never
call play() with a larger len).
-static float get_delay(void);
+static float get_delay(void);
Returns how long time it will take to play the data currently in the
output buffer. Be exact, if possible, since the whole timing depends
on this! In the worst case, return the maximum delay.
@@ -53,4 +53,4 @@ static void audio_pause(void);
Pause playing but do not delete buffered data if possible.
static void audio_resume(void);
- Continue playing after audio_pause().
+ Continue playing after audio_pause().