]> git.sesse.net Git - vlc/blobdiff - include/input_ext-dec.h
. a small fix .... (many other to follow in the next days)
[vlc] / include / input_ext-dec.h
index 75e3e06556df851e09df116ac4e21bc301114939..be67559c92dc53fd34d12cd87226cbe595323ebd 100644 (file)
@@ -2,7 +2,7 @@
  * input_ext-dec.h: structures exported to the VideoLAN decoders
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: input_ext-dec.h,v 1.79 2003/03/04 13:21:19 massiot Exp $
+ * $Id: input_ext-dec.h,v 1.82 2003/11/06 16:36:41 nitrox Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *          Michel Kaempf <maxx@via.ecp.fr>
@@ -109,10 +109,9 @@ struct decoder_fifo_t
     sout_instance_t *   p_sout;
     void *              p_waveformatex;
     void *              p_bitmapinfoheader;
+    void *              p_spuinfo;
 
-    /* Module properties */
-    module_t *              p_module;
-    int                 ( * pf_run ) ( decoder_fifo_t * );
+    decoder_t *         p_dec;
 };
 
 /*****************************************************************************