blob: 68ad752c0af0af87523f4a4e4ed104f7f3fbf2e0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
//#include "config.h"
#ifdef HAVE_LIBCSS
#ifndef _MPLAYER_CSS_H
#define _MPLAYER_CSS_H
extern char *dvd_auth_device;
extern unsigned char key_disc[];
extern unsigned char key_title[];
extern unsigned char *dvdimportkey;
extern int descrambling;
int dvd_auth ( char *, char * );
int dvd_import_key ( unsigned char * );
#endif
#endif
|