diff options
Diffstat (limited to 'src/Wav.cpp')
| -rwxr-xr-x | src/Wav.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/Wav.cpp b/src/Wav.cpp index 8f510eb..a703836 100755 --- a/src/Wav.cpp +++ b/src/Wav.cpp @@ -206,6 +206,9 @@ ASDCP::Wav::SimpleWaveHeader::ReadFromBuffer(const byte_t* buf, ui32_t buf_len, //------------------------------------------------------------------------------------------ // conversion algorithms from http://www.borg.com/~jglatt/tech/aiff.htm +namespace ASDCP { + + // void Rat_to_extended(ASDCP::Rational rate, byte_t* buf) @@ -256,6 +259,8 @@ extended_to_Rat(const byte_t* buf) return ASDCP::Rational(mantissa, 1); } +} // namespace asdcp + // void ASDCP::AIFF::SimpleAIFFHeader::FillADesc(ASDCP::PCM::AudioDescriptor& ADesc, ASDCP::Rational PictureRate) const |
