1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-16 20:05:07 +00:00
mpv/dvdauth.h
lgb 247b44e482 preliminary DVD support using libcss
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@493 b3059339-0415-0410-9bf9-f77b7e298cf2
2001-04-17 22:04:44 +00:00

14 lines
224 B
C

#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[];
int dvd_auth ( char *, int );
#endif
#endif