diff options
| author | jhurst <jhurst@cinecert.com> | 2008-08-15 22:47:07 +0000 |
|---|---|---|
| committer | jhurst <> | 2008-08-15 22:47:07 +0000 |
| commit | a6d7c84d3734a21dbe7112a3a83b791ec211a315 (patch) | |
| tree | 2e10284ae3b386cf0cbf3df7f8924d7e9a78a4b5 /src/Wav.h | |
| parent | 4e404673b69a7e2772579788a0b55c7037cee314 (diff) | |
removed extraneous assert(), added multi-/ test to path-test.cpp
Diffstat (limited to 'src/Wav.h')
| -rwxr-xr-x | src/Wav.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -89,6 +89,9 @@ namespace ASDCP const fourcc FCC_fmt_("fmt "); const fourcc FCC_data("data"); + const ui16_t WAVE_FORMAT_PCM = 1; + const ui16_t WAVE_FORMAT_EXTENSIBLE = 65534; + // class SimpleWaveHeader { |
