]> git.sesse.net Git - vlc/blobdiff - src/audio_decoder/audio_decoder.h
* Mandatory step for video output IV and the audio output quality
[vlc] / src / audio_decoder / audio_decoder.h
index e3ba63b49d20c99b0adb947acc78191b7c46537d..07e93bb302d4557346267eb1c8ee18577d46e06d 100644 (file)
@@ -2,10 +2,9 @@
  * audio_decoder.h : audio decoder thread interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: audio_decoder.h,v 1.5 2001/01/11 17:44:48 sam Exp $
+ * $Id: audio_decoder.h,v 1.7 2001/05/01 04:18:18 sam Exp $
  *
- * Authors:
- * Michel Kaempf <maxx@via.ecp.fr>
+ * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -53,7 +52,6 @@ typedef struct adec_thread_s
      * Output properties
      */
     struct aout_fifo_s *    p_aout_fifo;   /* stores the decompressed frames */
-    struct aout_thread_s *  p_aout;       /* needed to create the audio fifo */
 
 } adec_thread_t;