# HG changeset patch # User diego # Date 1060039249 0 # Node ID 560111374b6255c378bed32eb1e5cd08ed1fbe42 # Parent 3eeb6cdddea1819c44a3c8b5834174bb4858d9fe dvd:// corrected to -dvdauth as outlined by LGB on dev-eng + rewording. diff -r 3eeb6cdddea1 -r 560111374b62 libmpdemux/dvdauth.c --- a/libmpdemux/dvdauth.c Mon Aug 04 22:36:22 2003 +0000 +++ b/libmpdemux/dvdauth.c Mon Aug 04 23:20:49 2003 +0000 @@ -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");