]> git.sesse.net Git - vlc/blobdiff - extras/libdvdcss/libdvdcss.h
* libdvdcss enhancements by Billy Biggs <vektor@dumbterm.net>. This breaks
[vlc] / extras / libdvdcss / libdvdcss.h
index 77b26647225450769d1188f586ce5b85e8f697d5..b50e10a70dbe6d51bd3edc7f16db45733bcfa3bf 100644 (file)
@@ -2,7 +2,7 @@
  * private.h: private DVD reading library data
  *****************************************************************************
  * Copyright (C) 1998-2001 VideoLAN
- * $Id: libdvdcss.h,v 1.3 2001/06/14 02:47:44 sam Exp $
+ * $Id: libdvdcss.h,v 1.4 2001/07/11 02:01:03 sam Exp $
  *
  * Authors: Stéphane Borel <stef@via.ecp.fr>
  *          Samuel Hocevar <sam@zoy.org>
@@ -34,10 +34,12 @@ struct dvdcss_s
 {
     /* File descriptor */
     int i_fd;
+    int i_seekpos;
 
     /* Decryption stuff */
-    css_t     css;
-    boolean_t b_encrypted;
+    css_t        css;
+    boolean_t    b_encrypted;
+    title_key_t *p_keys;
 
     /* Error management */
     char     *psz_error;