summaryrefslogtreecommitdiff
path: root/src/Wav.h
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2008-08-15 22:47:07 +0000
committerjhurst <>2008-08-15 22:47:07 +0000
commita6d7c84d3734a21dbe7112a3a83b791ec211a315 (patch)
tree2e10284ae3b386cf0cbf3df7f8924d7e9a78a4b5 /src/Wav.h
parent4e404673b69a7e2772579788a0b55c7037cee314 (diff)
removed extraneous assert(), added multi-/ test to path-test.cpp
Diffstat (limited to 'src/Wav.h')
-rwxr-xr-xsrc/Wav.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Wav.h b/src/Wav.h
index bd890ce..f7d9df8 100755
--- a/src/Wav.h
+++ b/src/Wav.h
@@ -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
{