From 95f5b1ce2b279a6e35f9d954880043bd56128072 Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Sun, 31 Dec 2017 12:48:16 +0100 Subject: [PATCH] Added missing header file for previous commit --- cdrskin/cdrskin_timestamp.h | 2 +- libburn/libdax_audioxtr.h | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cdrskin/cdrskin_timestamp.h b/cdrskin/cdrskin_timestamp.h index b3a27d9..f34dd80 100644 --- a/cdrskin/cdrskin_timestamp.h +++ b/cdrskin/cdrskin_timestamp.h @@ -1 +1 @@ -#define Cdrskin_timestamP "2017.12.31.111507" +#define Cdrskin_timestamP "2017.12.31.114757" diff --git a/libburn/libdax_audioxtr.h b/libburn/libdax_audioxtr.h index 9c8765e..64f0284 100644 --- a/libburn/libdax_audioxtr.h +++ b/libburn/libdax_audioxtr.h @@ -176,7 +176,10 @@ struct libdax_audioxtr { /* Format dependent parameters */ /* MS WAVE Format */ - /* info used: http://ccrma.stanford.edu/courses/422/projects/WaveFormat/ */ + /* see description in: doc/waveformat.txt */ + + /* Offset to "data" subchunk */ + unsigned int wav_data_location; /* == NumSamples * NumChannels * BitsPerSample/8 This is the number of bytes in the data. */