]> 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 fc8ed13e087ca93a8c3a5b9de2ce29bae596b5e3..a46d3cb85e6336f71791921c874e18024237b3c9 100644 (file)
@@ -2,7 +2,7 @@
  * aout_common.h: audio output inner functions
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: aout_common.h,v 1.2 2001/03/21 13:42:34 sam Exp $
+ * $Id: aout_common.h,v 1.4 2001/05/01 04:18:18 sam Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *
@@ -32,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 )\
@@ -44,8 +45,6 @@ void aout_S16StereoThread     ( aout_thread_t * p_aout );
         (integer) += (increment).l_euclidean_integer; \
     }
 
-#define FIFO p_aout->fifo[i_fifo]
-
 /*****************************************************************************
  * InitializeIncrement
  *****************************************************************************/