]> git.sesse.net Git - vlc/blobdiff - modules/access/vcdx/intf.h
First attempt to libcdio VCD working under new regime. It is still
[vlc] / modules / access / vcdx / intf.h
index 90c04b04799082f31c20cc7edfab77264bdb7ff7..52475802eb078c750fad9e71bb29a67f7b3cd009 100644 (file)
@@ -2,7 +2,7 @@
  * intf.h: send info to intf.
  *****************************************************************************
  * Copyright (C) 2001 VideoLAN
- * $Id: intf.h,v 1.4 2003/12/22 14:32:55 sam Exp $
+ * $Id$
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
@@ -27,7 +27,7 @@
 struct intf_sys_t
 {
   input_thread_t    * p_input;
-  thread_vcd_data_t * p_vcd;
+  access_vcd_data_t * p_vcd;
 
   vlc_bool_t          b_still;        /* True if we are in a still frame */
   vlc_bool_t          b_inf_still;    /* True if still wait time is infinite */