Obtaining more accurate track sizes for CD with pre-gap

This commit is contained in:
2012-01-11 12:25:06 +00:00
parent 5cd7b09d5c
commit 66eba145d3
5 changed files with 39 additions and 5 deletions

View File

@ -79,6 +79,12 @@ int mmc_compose_mode_page_5(struct burn_drive *d,
/* ts A70201 */
int mmc_four_char_to_int(unsigned char *data);
/* ts A70201 :
Common track info fetcher for mmc_get_nwa() and mmc_fake_toc()
*/
int mmc_read_track_info(struct burn_drive *d, int trackno, struct buffer *buf,
int alloc_len);
/* ts A70812 : return 0 = ok , return BE_CANCELLED = error occured */
int mmc_read_10(struct burn_drive *d, int start, int amount,
struct buffer *buf);