summaryrefslogtreecommitdiffstats
path: root/dvdauth.h
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-17 22:04:44 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-17 22:04:44 +0000
commit247b44e482927b578d26fd0b75b89ef8fc383ec2 (patch)
treecc979d90c402ddb2b2a90c0b9a2ef35a599767c7 /dvdauth.h
parente35f1762a1d34472259cb3e9d62d4b426e1d1211 (diff)
downloadmpv-247b44e482927b578d26fd0b75b89ef8fc383ec2.tar.bz2
mpv-247b44e482927b578d26fd0b75b89ef8fc383ec2.tar.xz
preliminary DVD support using libcss
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@493 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'dvdauth.h')
-rw-r--r--dvdauth.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/dvdauth.h b/dvdauth.h
new file mode 100644
index 0000000000..b719bf0caa
--- /dev/null
+++ b/dvdauth.h
@@ -0,0 +1,14 @@
+#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 \ No newline at end of file