]> git.sesse.net Git - vlc/blobdiff - plugins/lpcm_adec/lpcm_adec.h
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / lpcm_adec / lpcm_adec.h
similarity index 92%
rename from src/lpcm_decoder/lpcm_decoder_thread.h
rename to plugins/lpcm_adec/lpcm_adec.h
index e0eacc0b4c17c2b3f1e0dc7b279890dc9c09d11f..6f5f0d970c8d7e5d7495a2dffe9dc446905245e0 100644 (file)
@@ -2,7 +2,7 @@
  * lpcm_decoder_thread.h : lpcm decoder thread interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: lpcm_decoder_thread.h,v 1.7 2001/11/06 18:13:21 massiot Exp $
+ * $Id: lpcm_adec.h,v 1.1 2001/11/13 12:09:18 henri Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -21,7 +21,6 @@
  * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
  * Boston, MA 02111-1307, USA.
  *****************************************************************************/
-
 #define LPCMDEC_FRAME_SIZE (2008)
 
 /*****************************************************************************
@@ -39,7 +38,7 @@ typedef struct lpcmdec_thread_s
      */
     decoder_fifo_t *    p_fifo;                /* stores the PES stream data */
     int                 sync_ptr;         /* sync ptr from lpcm magic header */
-    adec_config_t *     p_config;
+    decoder_config_t *  p_config;
 
     /*
      * Output properties
@@ -54,4 +53,4 @@ typedef struct lpcmdec_thread_s
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/
-vlc_thread_t            lpcmdec_CreateThread( adec_config_t * p_config );
+vlc_thread_t            lpcmdec_CreateThread( decoder_config_t * p_config );