Add some cdrdao image reading support from Svend S. Sorensen's

cuetools

cdio.c: remove some complicated and extraneous code for auto-driver
detection.
This commit is contained in:
rocky
2004-05-04 02:06:48 +00:00
parent 8c0d08b480
commit f04f14c312
13 changed files with 1432 additions and 54 deletions

View File

@@ -1,5 +1,5 @@
/*
$Id: util.h,v 1.3 2004/04/25 00:46:34 rocky Exp $
$Id: util.h,v 1.4 2004/05/04 02:06:48 rocky Exp $
Copyright (C) 2003, 2004 Rocky Bernstein <rocky@panix.com>
@@ -85,6 +85,7 @@ typedef enum
IMAGE_BIN,
IMAGE_CUE,
IMAGE_NRG,
IMAGE_CDRDAO,
IMAGE_UNKNOWN
} source_image_t;