]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_spdif/ac3_spdif.h
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / ac3_spdif / ac3_spdif.h
similarity index 87%
rename from src/ac3_spdif/ac3_spdif.h
rename to plugins/ac3_spdif/ac3_spdif.h
index 7dacdd8099627487f4c08694685d6ddc4a15cfc5..fd198a870a50ceec4aeb394f44e83792e5cb6fcd 100644 (file)
@@ -2,7 +2,7 @@
  * ac3_spdif.h: header for ac3 pass-through
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: ac3_spdif.h,v 1.5 2001/09/30 20:25:13 bozo Exp $
+ * $Id: ac3_spdif.h,v 1.1 2001/11/13 12:09:17 henri Exp $
  *
  * Authors: Stéphane Borel <stef@via.ecp.fr>
  *
@@ -43,7 +43,7 @@ typedef struct ac3_spdif_thread_s
      * Input properties
      */
     decoder_fifo_t *    p_fifo;                /* stores the PES stream data */
-    adec_config_t *     p_config;
+    decoder_config_t *  p_config;
 
     /* The bit stream structure handles the PES stream at the bit level */
     bit_stream_t        bit_stream;
@@ -67,8 +67,3 @@ typedef struct ac3_spdif_thread_s
 
 } ac3_spdif_thread_t;
 
-/*****************************************************************************
- * Prototypes
- *****************************************************************************/
-vlc_thread_t    spdif_CreateThread( adec_config_t * p_config );
-