mirror of https://github.com/mpv-player/mpv
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:
parent
0d9c21bd61
commit
713c27eed3
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue