[Mplayer-cvslog] CVS: main/libmpdemux dvdauth.c,1.19,1.20

Diego Biurrun CVS diego at mplayerhq.hu
Tue Aug 5 01:21:20 CEST 2003


Update of /cvsroot/mplayer/main/libmpdemux
In directory mail:/var/tmp.root/cvs-serv8034/libmpdemux

Modified Files:
	dvdauth.c 
Log Message:
dvd:// corrected to -dvdauth as outlined by LGB on dev-eng + rewording.


Index: dvdauth.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdemux/dvdauth.c,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- dvdauth.c	9 Jul 2003 20:10:48 -0000	1.19
+++ dvdauth.c	4 Aug 2003 23:20:49 -0000	1.20
@@ -288,7 +288,7 @@
 	}
 
 	if (!(*dl_CSSisEncrypted)(dvd)) {
-		printf("DVD: DVD is unencrypted! Skipping authentication!\n(note: you should not use dvd:// switch for unencrypted discs!)\n");
+		printf("DVD: DVD is not encrypted! Skipping authentication!\n(Note: You should not use the -dvdauth switch for discs without encryption!)\n");
 		DVDCloseDevice(dvd);
 		return 0;
 	} else printf("DVD: DVD is encrypted, issuing authentication ...\n");



More information about the MPlayer-cvslog mailing list