]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.h
Removes trailing spaces. Removes tabs.
[vlc] / modules / access / vcdx / vcd.h
index 029a5596a76ab326845f41b069e7a4de90cc4418..614449974b67528301f26f51ab12ac80206b83e4 100644 (file)
@@ -1,11 +1,11 @@
 /*****************************************************************************
  * vcd.h : VCD input module header for vlc
- *          using libcdio, libvcd and libvcdinfo
+ *         using libcdio, libvcd and libvcdinfo
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
- * $Id: vcd.h,v 1.4 2003/11/26 02:41:02 rocky Exp $
+ * Copyright (C) 2003, 2004 the VideoLAN team
+ * $Id$
  *
- * Authors: Rocky Bernstein <rocky@panix.com> 
+ * Authors: Rocky Bernstein <rocky@panix.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #include <libvcd/info.h>
 
+#define VCD_MRL_PREFIX "vcdx://"
+
 /*****************************************************************************
  * vcd_data_t: structure for communication between access and intf.
  *****************************************************************************/
@@ -40,16 +42,15 @@ typedef struct
 #endif
 
     int                     i_still_time;
-    bool                    b_end_of_cell;
+    vlc_bool_t              b_end_of_cell;
 
 #if FINISHED
     vcdplay_event_t         event;
-    vcdplay_ctrl_t          control;   
+    vcdplay_ctrl_t          control;
     vcdplay_highlight_t     hli;
 #endif
 
 } vcd_data_t;
 
-int  VCDSetArea      ( input_thread_t *, input_area_t * );
-void VCDSeek         ( input_thread_t *, off_t );
-int  VCDPlay         ( input_thread_t *, vcdinfo_itemid_t );
+int  VCDSetArea      ( access_t * );
+int  VCDSeek         ( access_t *, off_t );