Commit 03776f46 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

DVDnav: some .iso files are wrongly named bin or nrg

parent 6dbd403b
......@@ -1467,7 +1467,8 @@ static int ProbeDVD( const char *psz_name )
goto bailout;
ext++;
if( strcasecmp( ext, "iso" ) && strcasecmp( ext, "img" ) &&
strcasecmp( ext, "mdf" ) && strcasecmp( ext, "dvd" ) )
strcasecmp( ext, "mdf" ) && strcasecmp( ext, "dvd" ) &&
strcasecmp( ext, "bin" ) && strcasecmp( ext, "nrg" ) )
goto bailout;
/* Try to find the anchor (2 bytes at LBA 256) */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment