Commit ac9ed3e1 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

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

(cherry picked from commit 03776f4685e99c562c840a2e8ddfcc8ee9609c8c)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 60ad583a
......@@ -1476,7 +1476,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