]> git.sesse.net Git - vlc/blobdiff - src/audio_output/aout_common.h
* Mandatory step for video output IV and the audio output quality
[vlc] / src / audio_output / aout_common.h
index 558d078c9e23896bc2940fbc4bbbfb43fd411e3d..a46d3cb85e6336f71791921c874e18024237b3c9 100644 (file)
@@ -2,6 +2,7 @@
  * aout_common.h: audio output inner functions
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
+ * $Id: aout_common.h,v 1.4 2001/05/01 04:18:18 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *
@@ -31,6 +32,7 @@ void aout_U16MonoThread       ( aout_thread_t * p_aout );
 void aout_U16StereoThread     ( aout_thread_t * p_aout );
 void aout_S16MonoThread       ( aout_thread_t * p_aout );
 void aout_S16StereoThread     ( aout_thread_t * p_aout );
+void aout_SpdifThread         ( aout_thread_t * p_aout );
 
 #define UPDATE_INCREMENT( increment, integer ) \
     if ( ((increment).l_remainder += (increment).l_euclidean_remainder) >= 0 )\
@@ -43,8 +45,6 @@ void aout_S16StereoThread     ( aout_thread_t * p_aout );
         (integer) += (increment).l_euclidean_integer; \
     }
 
-#define FIFO p_aout->fifo[i_fifo]
-
 /*****************************************************************************
  * InitializeIncrement
  *****************************************************************************/