view libmpdemux/dvdauth.h @ 9794:f67d87b2d3c7
Stream modularization, the first step.
Only file stream are converted atm, other will come later.
author |
albeu |
date |
Wed, 02 Apr 2003 16:25:07 +0000 (2003-04-02) |
parents |
9975a432cf47 |
children |
|
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 * );
void dvd_css_descramble ( u_char *, u_char * );
#endif
#endif