]> git.sesse.net Git - vlc/blobdiff - plugins/ac3_adec/ac3_adec.h
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / ac3_adec / ac3_adec.h
similarity index 89%
rename from src/ac3_decoder/ac3_decoder_thread.h
rename to plugins/ac3_adec/ac3_adec.h
index 600a2555166295a77f4182f9c8c9acad61a36655..6ea6a88c0d692bbfc4dd7d4b9273c5bd4d0f814c 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * ac3_decoder_thread.h : ac3 decoder thread interface
+ * ac3_adec.h : ac3 decoder thread interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: ac3_decoder_thread.h,v 1.10 2001/10/30 19:34:53 reno Exp $
+ * $Id: ac3_adec.h,v 1.1 2001/11/13 12:09:17 henri Exp $
  *
  * Authors: Michel Kaempf <maxx@via.ecp.fr>
  *
@@ -42,7 +42,7 @@ typedef struct ac3dec_thread_s
      */
     decoder_fifo_t *    p_fifo;                /* stores the PES stream data */
     int                 sync_ptr;          /* sync ptr from ac3 magic header */
-    adec_config_t *     p_config;
+    decoder_config_t *  p_config;
 
     /*
      * Output properties
@@ -54,4 +54,4 @@ typedef struct ac3dec_thread_s
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/
-vlc_thread_t            ac3dec_CreateThread( adec_config_t * p_config );
+vlc_thread_t            ac3dec_CreateThread( decoder_config_t * p_config );