mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-09-02 18:31:12 +02:00
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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user