annotate dvdauth.h @ 576:5cbbf47cae1e
fastmemcpy benchmark by Felix Buenemann
author |
arpi_esp |
date |
Sun, 22 Apr 2001 16:09:23 +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 |