view libmpdemux/dvdauth.h @ 8346:368019e0153a

The enclosed patch should fix problems associated with playing 8-bit wide audio samples (or anything other than 16-bit samples, for that matter) using the alsa9 ao driver. patch by "R.L. Horn" <eastcheap@fastmail.fm>
author arpi
date Wed, 04 Dec 2002 21:42:22 +0000
parents 9975a432cf47
children
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 * );
void dvd_css_descramble ( u_char *, u_char * );

#endif
#endif