]> git.sesse.net Git - vlc/blobdiff - include/input_ext-plugins.h
All decoders (audio, video, subtitles) are now modules.
[vlc] / include / input_ext-plugins.h
index ff806fdcb152fe4854c33096078728fd42237a88..d2b73f2db4787939c875b5ce3c043dbf03de2942 100644 (file)
@@ -3,7 +3,7 @@
  *                      but exported to plug-ins
  *****************************************************************************
  * Copyright (C) 1999, 2000, 2001 VideoLAN
- * $Id: input_ext-plugins.h,v 1.3 2001/11/11 01:32:03 stef Exp $
+ * $Id: input_ext-plugins.h,v 1.4 2001/11/13 12:09:17 henri Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
@@ -69,7 +69,7 @@ int  input_UnselectES( struct input_thread_s *, struct es_descriptor_s * );
  * Prototypes from input_dec.c
  *****************************************************************************/
 //decoder_capabilities_s * input_ProbeDecoder( void );
-vlc_thread_t input_RunDecoder( struct decoder_capabilities_s *, void * );
+vlc_thread_t input_RunDecoder( void * );
 void input_EndDecoder( struct input_thread_s *, struct es_descriptor_s * );
 void input_DecodePES ( struct decoder_fifo_s *, struct pes_packet_s * );
 void input_EscapeDiscontinuity( struct input_thread_s *,