summaryrefslogtreecommitdiff
path: root/src/Wav.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Wav.h')
-rwxr-xr-xsrc/Wav.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Wav.h b/src/Wav.h
index 6832073..7e274d8 100755
--- a/src/Wav.h
+++ b/src/Wav.h
@@ -89,8 +89,8 @@ 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;
+ const ui16_t ASDCP_WAVE_FORMAT_PCM = 1;
+ const ui16_t ASDCP_WAVE_FORMAT_EXTENSIBLE = 65534;
//
class SimpleWaveHeader