2001-04-17 22:04:44 +00:00
|
|
|
#ifdef HAVE_LIBCSS
|
|
|
|
#ifndef _MPLAYER_CSS_H
|
|
|
|
#define _MPLAYER_CSS_H
|
|
|
|
|
2001-06-05 02:13:31 +00:00
|
|
|
extern char *dvd_auth_device;
|
2001-04-17 22:04:44 +00:00
|
|
|
extern unsigned char key_disc[];
|
|
|
|
extern unsigned char key_title[];
|
2001-04-20 14:32:09 +00:00
|
|
|
extern unsigned char *dvdimportkey;
|
|
|
|
extern int descrambling;
|
2002-01-04 13:08:14 +00:00
|
|
|
extern char *css_so;
|
2001-04-17 22:04:44 +00:00
|
|
|
|
2001-06-06 21:16:21 +00:00
|
|
|
int dvd_auth ( char *, char * );
|
2001-04-20 14:32:09 +00:00
|
|
|
int dvd_import_key ( unsigned char * );
|
2002-01-04 13:08:14 +00:00
|
|
|
int dvd_css_descramble ( u_char *, u_char * );
|
2001-04-17 22:04:44 +00:00
|
|
|
|
|
|
|
#endif
|
2001-06-06 21:16:21 +00:00
|
|
|
#endif
|