comparison mplayer.c @ 1018:e5fc7ec51fa3

-dvd is renamed to -dvdauth, variable dvd_device is renamed to dvd_auth_device. These changes are needed for future DVD playback developmenting
author lgb
date Tue, 05 Jun 2001 02:13:31 +0000
parents 9744b50fe87f
children 72cacd3b8f30
comparison
equal deleted inserted replaced
1017:7e653295099c 1018:e5fc7ec51fa3
630 GUI_MSG( mplErrorDVDKeyProcess ) 630 GUI_MSG( mplErrorDVDKeyProcess )
631 exit(1); 631 exit(1);
632 } 632 }
633 printf("DVD command line requested key is stored for descrambling.\n"); 633 printf("DVD command line requested key is stored for descrambling.\n");
634 } 634 }
635 if (dvd_device) { 635 if (dvd_auth_device) {
636 if (dvd_auth(dvd_device,f)) { 636 if (dvd_auth(dvd_auth_device,f)) {
637 GUI_MSG( mplErrorDVDAuth ) 637 GUI_MSG( mplErrorDVDAuth )
638 exit(0); 638 exit(0);
639 } 639 }
640 printf("DVD auth sequence seems to be OK.\n"); 640 printf("DVD auth sequence seems to be OK.\n");
641 } 641 }