view dvdauth.h @ 644:88eb1a3f7bfb

Changed code, should be faster on Athlon/K6 but slower on PIII with SSE, more portable.
author atmosfear
date Thu, 26 Apr 2001 20:35:58 +0000
parents 22ed5f5821e2
children e5fc7ec51fa3
line wrap: on
line source

#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