| 56 |
|
|
| 57 |
/*#define SAO_RAW*/ |
/*#define SAO_RAW*/ |
| 58 |
|
|
| 59 |
void clone_toc __PR((track_t *trackp)); |
void clone_toc(track_t *trackp); |
| 60 |
void clone_tracktype __PR((track_t *trackp)); |
void clone_tracktype(track_t *trackp); |
| 61 |
|
|
| 62 |
extern int lverbose; |
extern int lverbose; |
| 63 |
extern int xdebug; |
extern int xdebug; |
| 76 |
/* |
/* |
| 77 |
* Read Clone TOC description from full toc file. |
* Read Clone TOC description from full toc file. |
| 78 |
*/ |
*/ |
| 79 |
void |
void clone_toc(track_t *trackp) |
|
clone_toc(track_t *trackp) |
|
| 80 |
{ |
{ |
| 81 |
char filename[1024]; |
char filename[1024]; |
| 82 |
msf_t m; |
msf_t m; |
| 212 |
* Control 4 = data |
* Control 4 = data |
| 213 |
* Control 5 = packet data |
* Control 5 = packet data |
| 214 |
*/ |
*/ |
| 215 |
void |
void clone_tracktype(track_t *trackp) |
|
clone_tracktype(track_t *trackp) |
|
| 216 |
{ |
{ |
| 217 |
int tracks = trackp->tracks; |
int tracks = trackp->tracks; |
| 218 |
int sectype; |
int sectype; |