never used values

Origin commit data
------------------
Branch: ni/coolstream
Commit: e023548008
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-05-08 (Tue, 08 May 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-05-08 15:49:36 +02:00
parent 558497f4ae
commit d6ac9e52c5
8 changed files with 20 additions and 20 deletions

View File

@@ -51,18 +51,18 @@ extern cAudio * audioDecoder;
struct WavHeader
{
char ChunkID[4];
int ChunkSize;
// int ChunkSize;
char Format[4];
char Subchunk1ID[4];
int Subchunk1Size;
// char Subchunk1ID[4];
// int Subchunk1Size;
short AudioFormat;
short NumChannels;
int SampleRate;
int ByteRate;
short BlockAlign;
// short BlockAlign;
short BitsPerSample;
char Subchunk2ID[4];
int Subchunk2Size;
// char Subchunk2ID[4];
// int Subchunk2Size;
} __attribute__ ((packed));
int endianTest=1;