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

Diego Biurrun diego at biurrun.de
Tue Aug 5 01:11:22 CEST 2003


Gábor Lénárt writes:
 > On Wed, Jul 09, 2003 at 10:10:51PM +0200, Jonas Jermann CVS wrote:
 > > 	dvdauth.c 
 > > Log Message:
 > > -dvd -> dvd:// and -vcd -> vcd://
 > > 
 > > diff -u -r1.18 -r1.19
 > > --- dvdauth.c	22 Sep 2002 13:14:56 -0000	1.18
 > > +++ dvdauth.c	9 Jul 2003 20:10:48 -0000	1.19
 > > @@ -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 unencrypted! Skipping authentication!\n(note: you should not use dvd:// switch for unencrypted discs!)\n");
 > >  		DVDCloseDevice(dvd);
 > 
 > This is WRONG!!!!!
 > First of all it's the 'old-style DVD support' and it has nothing with
 > the dvd:// syntax, since that's the 'new-style DVD support'.
 > Also this diff is interesting, because you change '-dvd' to 'dvd://'.
 > However for real IT SHOULD BE -dvdauth and _NOT_ 'dvd://' nor '-dvd' ;-)))

Changed that dvd:// to -dvdauth in CVS.

Diego




More information about the MPlayer-cvslog mailing list