Mercurial > mplayer.hg
annotate dvdauth.h @ 1443:024fca5abc79
better divx4 detection, --disable-divx4
author | arpi |
---|---|
date | Mon, 06 Aug 2001 00:07:53 +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 |