summaryrefslogtreecommitdiffstats
path: root/libmpdemux/dvdauth.h
blob: 8672ce17afa2a9cd9b1ffba5004fd223c6c5c3d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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