blob: 763e79d40fa1f3bd1c322e0f7d1ef2a02d226da2 (
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_device;
extern unsigned char key_disc[];
extern unsigned char key_title[];
extern unsigned char *dvdimportkey;
extern int descrambling;
int dvd_auth ( char *, int );
int dvd_import_key ( unsigned char * );
#endif
#endif
|