Mercurial > mplayer.hg
view libmpdemux/dvdauth.h @ 7792:a1465b7f3221
Keyboard controls and options are described in the man page, removed the
redundant description here, plus small fixes.
author | diego |
---|---|
date | Sat, 19 Oct 2002 04:22:50 +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