New API call burn_track_set_postgap_size()

This commit is contained in:
2012-01-12 08:44:34 +00:00
parent cb8c85579d
commit ef7999342b
7 changed files with 97 additions and 29 deletions

View File

@ -97,6 +97,11 @@ struct burn_track
/** The track contains a postgap */
int postgap;
/* ts B20111 */
/** The number of sectors in post-gap, if .postgap is set */
int postgap_size;
struct isrc isrc;
/* ts A61024 */