]> git.sesse.net Git - vlc/blobdiff - plugins/dvd/dvd.h
*Removed an occurance of former angle item in gtk.
[vlc] / plugins / dvd / dvd.h
similarity index 93%
rename from plugins/dvd/input_dvd.h
rename to plugins/dvd/dvd.h
index 9f3e00d5319449f9ee0286351ba02671f1a64460..3cb03a49a9e86308c229b8a2e62d5084269795c1 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
- * input_dvd.h: thread structure of the DVD plugin
+ * dvd.h: thread structure of the DVD plugin
  *****************************************************************************
  * Copyright (C) 1999-2001 VideoLAN
- * $Id: input_dvd.h,v 1.25 2002/03/01 01:12:28 stef Exp $
+ * $Id: dvd.h,v 1.1 2002/03/06 01:20:56 stef Exp $
  *
  * Author: Stéphane Borel <stef@via.ecp.fr>
  *
@@ -36,6 +36,9 @@ typedef struct thread_dvd_data_s
 {
     dvdcss_handle           dvdhandle;                   /* libdvdcss handle */
 
+    int                     i_audio_nb;
+    int                     i_spu_nb;
+
     /* Navigation information */
     int                     i_title;
     int                     i_title_id;
@@ -57,9 +60,6 @@ typedef struct thread_dvd_data_s
     int                     i_start;
     int                     i_size;
 
-    /* Scrambling Information */
-    struct css_s *          p_css;
-
     /* Structure that contains all information of the DVD */
     struct ifo_s *          p_ifo;