]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/vcd.h
Make Zorglub less unhappy
[vlc] / modules / access / vcdx / vcd.h
index fc6fad6dc2ddc2a995d3b3812dcf40b08c3ea4f8..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.1 2003/10/04 18:55:13 gbazin 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.
@@ -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 );