Mercurial > mplayer.hg
view libmpdemux/dvdauth.h @ 6504:11c0ddb83168
use built-in yvu9->yv12 code, because it requires all src/dst strides and
offsets, the params passed to postproc's converter is simply not enough...
(temp. solution, waiting for yvu9 support in swscale)
author | arpi |
---|---|
date | Sat, 22 Jun 2002 23:05:00 +0000 |
parents | 04b2227ab75a |
children | 9975a432cf47 |
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 * ); int dvd_css_descramble ( u_char *, u_char * ); #endif #endif