]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.h
Make Zorglub less unhappy
[vlc] / modules / access / vcdx / vcd.h
index 60826fcbab381882831987294b3db38fda50c1c0..529e57441d3f8c80dabbb9303922cc48fda03ba9 100644 (file)
@@ -1,9 +1,9 @@
 /*****************************************************************************
- * vcd.h : VCD input module for vlc
- *          using libcdio, libvcd and libvcdinfo
+ * vcd.h : VCD input module header for vlc
+ *         using libcdio, libvcd and libvcdinfo
  *****************************************************************************
- * Copyright (C) 2003 VideoLAN
- * $Id: vcd.h,v 1.2 2003/11/20 02:17:33 rocky Exp $
+ * Copyright (C) 2003, 2004 the VideoLAN team
+ * $Id$
  *
  * Authors: Rocky Bernstein <rocky@panix.com> 
  *
 
 #include <libvcd/info.h>
 
-/*****************************************************************************
- * dvd_data_t: structure for communication between dvdplay access, demux
- * and intf.
- *****************************************************************************/
+#define VCD_MRL_PREFIX "vcdx://"
 
 /*****************************************************************************
  * vcd_data_t: structure for communication between access and intf.
@@ -45,7 +42,7 @@ 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;
@@ -55,6 +52,5 @@ typedef struct
 
 } 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 );