Mercurial > mplayer.hg
annotate libmpdemux/dvdauth.h @ 3555:33bbfea73af3
Partial sync with linux stuff (Linux driver is still buggy for me)
author | nick |
---|---|
date | Mon, 17 Dec 2001 09:07:12 +0000 |
parents | 66837325b929 |
children | 04b2227ab75a |
rev | line source |
---|---|
492 | 1 #ifdef HAVE_LIBCSS |
2 #ifndef _MPLAYER_CSS_H | |
3 #define _MPLAYER_CSS_H | |
4 | |
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
|
5 extern char *dvd_auth_device; |
492 | 6 extern unsigned char key_disc[]; |
7 extern unsigned char key_title[]; | |
546 | 8 extern unsigned char *dvdimportkey; |
9 extern int descrambling; | |
492 | 10 |
1042
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1018
diff
changeset
|
11 int dvd_auth ( char *, char * ); |
546 | 12 int dvd_import_key ( unsigned char * ); |
492 | 13 |
14 #endif | |
1042
b333271f4e7c
Solaris 8 DVD support and other fixes by Juergen Keil <jk@tools.de>
arpi_esp
parents:
1018
diff
changeset
|
15 #endif |