summaryrefslogtreecommitdiffstats
path: root/libao2/audio_out.h
diff options
context:
space:
mode:
authorarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 18:40:44 +0000
committerarpi_esp <arpi_esp@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 18:40:44 +0000
commit5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8 (patch)
tree5c630dd1bec808dfe785e27b47615982d84040ad /libao2/audio_out.h
parent49ea21d07367275022349403cb4a60f8316e5634 (diff)
downloadmpv-5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8.tar.bz2
mpv-5c50d3e7dd839be03468e5058ce7d5eb60dfe1d8.tar.xz
applied solaris8/netbsd/other fixes patch by Jürgen Keil <jk@tools.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1039 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libao2/audio_out.h')
-rw-r--r--libao2/audio_out.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/libao2/audio_out.h b/libao2/audio_out.h
index cdd58dc7d4..b730d7cf8f 100644
--- a/libao2/audio_out.h
+++ b/libao2/audio_out.h
@@ -43,6 +43,14 @@ typedef struct ao_functions_s {
*/
int (*get_delay)();
+ /*
+ */
+ void (*pause)();
+
+ /*
+ */
+ void (*resume)();
+
} ao_functions_t;
// NULL terminated array of all drivers