Mercurial > mplayer.hg
annotate dvdauth.h @ 957:1a8811b0da3b
updated
author | arpi_esp |
---|---|
date | Sun, 03 Jun 2001 00:30:10 +0000 |
parents | 22ed5f5821e2 |
children | e5fc7ec51fa3 |
rev | line source |
---|---|
492 | 1 #include "config.h" |
2 #ifdef HAVE_LIBCSS | |
3 #ifndef _MPLAYER_CSS_H | |
4 #define _MPLAYER_CSS_H | |
5 | |
6 extern char *dvd_device; | |
7 extern unsigned char key_disc[]; | |
8 extern unsigned char key_title[]; | |
546 | 9 extern unsigned char *dvdimportkey; |
10 extern int descrambling; | |
492 | 11 |
12 int dvd_auth ( char *, int ); | |
546 | 13 int dvd_import_key ( unsigned char * ); |
492 | 14 |
15 #endif | |
16 #endif |