comparison libmpdemux/dvdauth.h @ 7459:9975a432cf47

fix segmentation fault with -dvdkey, fix return value of dvd_css_descramble(), try to load css.so syms with AND without _ in syms' names. PLEASE TEST IT CURRENTLY I HAVE NO DVD DRIVE NOR A SINGLE VOB FILE ...
author lgb
date Sat, 21 Sep 2002 16:04:14 +0000
parents 04b2227ab75a
children
comparison
equal deleted inserted replaced
7458:e5dacf3e6a04 7459:9975a432cf47
9 extern int descrambling; 9 extern int descrambling;
10 extern char *css_so; 10 extern char *css_so;
11 11
12 int dvd_auth ( char *, char * ); 12 int dvd_auth ( char *, char * );
13 int dvd_import_key ( unsigned char * ); 13 int dvd_import_key ( unsigned char * );
14 int dvd_css_descramble ( u_char *, u_char * ); 14 void dvd_css_descramble ( u_char *, u_char * );
15 15
16 #endif 16 #endif
17 #endif 17 #endif