]> git.sesse.net Git - vlc/blobdiff - include/input.h
* Fixed the BeOS compile typo.
[vlc] / include / input.h
index bf0b37bee34977546dbc264a746ccbf0248ab07d..4e4a97a2c7f06066b78f7161fb1b779d1ce9290c 100644 (file)
@@ -2,7 +2,7 @@
  * input.h: structures of the input not exported to other modules
  *****************************************************************************
  * Copyright (C) 1999, 2000 VideoLAN
- * $Id: input.h,v 1.34 2001/03/07 00:18:46 henri Exp $
+ * $Id: input.h,v 1.37 2001/05/30 17:03:11 sam Exp $
  *
  * Authors: Christophe Massiot <massiot@via.ecp.fr>
  *
 /*****************************************************************************
  * Prototypes from input_ext-dec.c
  *****************************************************************************/
-void InitBitstream  ( struct bit_stream_s *, struct decoder_fifo_s * );
+void InitBitstream  ( struct bit_stream_s *, struct decoder_fifo_s *,
+                      void (* pf_bitstream_callback)( struct bit_stream_s *,
+                                                      boolean_t ),
+                      void * p_callback_arg );
 void NextDataPacket ( struct bit_stream_s * );
 
-/*****************************************************************************
- * Prototypes from input.c to open files
- *****************************************************************************/
-void input_FileOpen ( struct input_thread_s * );
-void input_FileClose( struct input_thread_s * );
-
-/*****************************************************************************
- * Prototypes from input.c to open a network socket 
- *****************************************************************************/
-void input_NetworkOpen ( struct input_thread_s * );
-void input_NetworkClose( struct input_thread_s * );
-
-
 /*****************************************************************************
  * Prototypes from input_programs.c
  *****************************************************************************/