- The Win98 DVD input is finally working. (had to install Win98 on my

computer to find the problem ;-)
This commit is contained in:
Gildas Bazin 2001-07-15 09:49:09 +00:00
parent f20e5c359d
commit a7a2bab4b4
1 changed files with 1 additions and 7 deletions

View File

@ -2,7 +2,7 @@
* libdvdcss.c: DVD reading library.
*****************************************************************************
* Copyright (C) 1998-2001 VideoLAN
* $Id: libdvdcss.c,v 1.6 2001/07/12 23:06:54 gbazin Exp $
* $Id: libdvdcss.c,v 1.7 2001/07/15 09:49:09 gbazin Exp $
*
* Authors: Stéphane Borel <stef@via.ecp.fr>
* Samuel Hocevar <sam@zoy.org>
@ -648,12 +648,6 @@ static int _win32_dvdcss_aopen( char c_drive, dvdcss_handle dvdcss )
fd->hASPI = (long) hASPI;
fd->lpSendCommand = lpSendCommand;
if( !WIN2K )
{
fd->i_sid = MAKEWORD( ASPI_HAID, ASPI_TARGET );
return (int) fd;
}
c_drive = c_drive > 'Z' ? c_drive - 'a' : c_drive - 'A';
for( i = 0; i < i_hostadapters; i++ )