Added missing header file for previous commit

This commit is contained in:
Thomas Schmitt 2017-12-31 12:48:16 +01:00
vanhempi ef2fa1d99d
commit 95f5b1ce2b
2 muutettua tiedostoa jossa 5 lisäystä ja 2 poistoa

Näytä tiedosto

@ -1 +1 @@
#define Cdrskin_timestamP "2017.12.31.111507"
#define Cdrskin_timestamP "2017.12.31.114757"

Näytä tiedosto

@ -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. */