summaryrefslogtreecommitdiff
path: root/src/xine-engine/audio_out.h
diff options
context:
space:
mode:
authorMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-02-06 00:09:19 +0000
committerMiguel Freitas <miguelfreitas@users.sourceforge.net>2003-02-06 00:09:19 +0000
commitdfa0e0d469812068026375e336aa5322cbc2b33e (patch)
tree35e51a0afa14851497855fb3981336a598efaf5b /src/xine-engine/audio_out.h
parente8e11332e48b857353db929e9722cd9b3de66472 (diff)
downloadxine-lib-dfa0e0d469812068026375e336aa5322cbc2b33e.tar.gz
xine-lib-dfa0e0d469812068026375e336aa5322cbc2b33e.tar.bz2
first pass on cleaning up ao/vo properties and flush stuff
CVS patchset: 4110 CVS date: 2003/02/06 00:09:19
Diffstat (limited to 'src/xine-engine/audio_out.h')
-rw-r--r--src/xine-engine/audio_out.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/xine-engine/audio_out.h b/src/xine-engine/audio_out.h
index 67a841f2e..3d4d836ac 100644
--- a/src/xine-engine/audio_out.h
+++ b/src/xine-engine/audio_out.h
@@ -17,7 +17,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
*
- * $Id: audio_out.h,v 1.50 2003/02/01 19:22:30 guenter Exp $
+ * $Id: audio_out.h,v 1.51 2003/02/06 00:09:20 miguelfreitas Exp $
*/
#ifndef HAVE_AUDIO_OUT_H
#define HAVE_AUDIO_OUT_H
@@ -226,12 +226,6 @@ struct xine_audio_port_s {
int (*status) (xine_audio_port_t *this, xine_stream_t *stream,
uint32_t *bits, uint32_t *rate, int *mode);
- /*
- * set flush mode, can be used in grad_mode to free all
- * audio buffers automatically while the engine is navigating
- */
-
- void (*set_flush_mode) (xine_audio_port_t *this, int flush_mode);
};
typedef struct audio_driver_class_s audio_driver_class_t;