dvd:// corrected to -dvdauth as outlined by LGB on dev-eng + rewording.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10526 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-08-04 23:20:49 +00:00
parent 0d9c21bd61
commit 713c27eed3
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ int dvd_auth ( char *dev , char *filename )
}
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");