summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authorlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 02:13:31 +0000
committerlgb <lgb@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-06-05 02:13:31 +0000
commit54441167f73e7ee56be8672b9636f8f694ee1b1c (patch)
treed085557e9329960de1291cafde4f59e378c6c7c2 /mplayer.c
parent071bee3967f6418c902a4599a2cfc031279badc0 (diff)
downloadmpv-54441167f73e7ee56be8672b9636f8f694ee1b1c.tar.bz2
mpv-54441167f73e7ee56be8672b9636f8f694ee1b1c.tar.xz
-dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1019 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 51694fd45b..33b8fc4eb9 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -632,8 +632,8 @@ if(vcd_track){
}
printf("DVD command line requested key is stored for descrambling.\n");
}
- if (dvd_device) {
- if (dvd_auth(dvd_device,f)) {
+ if (dvd_auth_device) {
+ if (dvd_auth(dvd_auth_device,f)) {
GUI_MSG( mplErrorDVDAuth )
exit(0);
}