]> git.sesse.net Git - vlc/blobdiff - plugins/spu_dec/spu_decoder.h
All decoders (audio, video, subtitles) are now modules.
[vlc] / plugins / spu_dec / spu_decoder.h
similarity index 95%
rename from src/spu_decoder/spu_decoder.h
rename to plugins/spu_dec/spu_decoder.h
index 1611bd10933f5e270bf8504b255d75241dea7671..d0ea3784a12f416d84633f83c42639a7904e8187 100644 (file)
@@ -2,7 +2,7 @@
  * spu_decoder.h : sub picture unit decoder thread interface
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: spu_decoder.h,v 1.10 2001/05/11 15:10:01 sam Exp $
+ * $Id: spu_decoder.h,v 1.1 2001/11/13 12:09:18 henri Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -37,7 +37,7 @@ typedef struct spudec_thread_s
     decoder_fifo_t *    p_fifo;                /* stores the PES stream data */
     /* The bit stream structure handles the PES stream at the bit level */
     bit_stream_t        bit_stream;
-    vdec_config_t *     p_config;
+    decoder_config_t *  p_config;
 
     /*
      * Output properties
@@ -91,5 +91,5 @@ static __inline__ unsigned int AddNibble( unsigned int i_code,
 /*****************************************************************************
  * Prototypes
  *****************************************************************************/
-vlc_thread_t       spudec_CreateThread( vdec_config_t * p_config );
+vlc_thread_t       spudec_CreateThread( decoder_config_t * p_config );