Mercurial > mplayer.hg
annotate dvdauth.h @ 2016:13836dc8bc51
by Jiri Svoboda, jiri.svoboda@seznam.cz
author | jaf |
---|---|
date | Sat, 29 Sep 2001 17:33:50 +0000 |
parents | b333271f4e7c |
children |
rev | line source |
---|---|
1042
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1018
diff
changeset
|
1 //#include "config.h" |
492 | 2 #ifdef HAVE_LIBCSS |
3 #ifndef _MPLAYER_CSS_H | |
4 #define _MPLAYER_CSS_H | |
5 | |
1018
e5fc7ec51fa3
-dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
lgb
parents:
546
diff
changeset
|
6 extern char *dvd_auth_device; |
492 | 7 extern unsigned char key_disc[]; |
8 extern unsigned char key_title[]; | |
546 | 9 extern unsigned char *dvdimportkey; |
10 extern int descrambling; | |
492 | 11 |
1042
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1018
diff
changeset
|
12 int dvd_auth ( char *, char * ); |
546 | 13 int dvd_import_key ( unsigned char * ); |
492 | 14 |
15 #endif | |
1042
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1018
diff
changeset
|
16 #endif |