view libmpdemux/dvdauth.h @ 4617:1bd05178a74d

"I finished the rest of the german documentation and fixed some html-files. Everything should now be up-to-date." - Jonas Jermann
author gabucino
date Sat, 09 Feb 2002 22:20:03 +0000
parents 04b2227ab75a
children 9975a432cf47
line wrap: on
line source

#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;
extern char *css_so;

int dvd_auth ( char *, char * );
int dvd_import_key ( unsigned char * );
int dvd_css_descramble ( u_char *, u_char * );

#endif
#endif