diff options
| author | jhurst <jhurst@cinecert.com> | 2013-05-28 18:13:12 +0000 |
|---|---|---|
| committer | jhurst <> | 2013-05-28 18:13:12 +0000 |
| commit | dc0a23dd428b933040c9ff1602f5d35a27cbc8cb (patch) | |
| tree | b69ecec63b08464545adfb741e059b7c34f125ef /src/Wav.h | |
| parent | 252740d6f7d8924c6af30e55d2da487356a0acdc (diff) | |
patches
Diffstat (limited to 'src/Wav.h')
| -rwxr-xr-x | src/Wav.h | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -127,7 +127,7 @@ namespace ASDCP static const ui32_t MAX_RIFF_LEN = 0xFFFFFFFF; static const ui32_t DS64_HEADER_LEN = 28; - static const ui32_t SIMPLE_RF64_HEADER_LEN = 80; + static const ui32_t SIMPLE_RF64_HEADER_LEN = 82; // class SimpleRF64Header { @@ -138,11 +138,12 @@ namespace ASDCP ui32_t avgbps; ui16_t blockalign; ui16_t bitspersample; + ui16_t cbsize; ui64_t data_len; SimpleRF64Header() : format(0), nchannels(0), samplespersec(0), avgbps(0), - blockalign(0), bitspersample(0), data_len(0) {} + blockalign(0), bitspersample(0), cbsize(0), data_len(0) {} SimpleRF64Header(ASDCP::PCM::AudioDescriptor& ADesc); |
