diff options
| author | jhurst <jhurst@cinecert.com> | 2012-03-15 17:54:15 +0000 |
|---|---|---|
| committer | jhurst <> | 2012-03-15 17:54:15 +0000 |
| commit | e511dc66f4a9c9278964d89a85662fcd9bfb18ac (patch) | |
| tree | 20f489314df8cb13903c3979528489e12e7f2dbe /src/AS_DCP_PCM.cpp | |
| parent | 12c2894876202fe20285bc5efaa7417611e29827 (diff) | |
pre as-02
Diffstat (limited to 'src/AS_DCP_PCM.cpp')
| -rwxr-xr-x | src/AS_DCP_PCM.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/AS_DCP_PCM.cpp b/src/AS_DCP_PCM.cpp index 472ea40..06a47b4 100755 --- a/src/AS_DCP_PCM.cpp +++ b/src/AS_DCP_PCM.cpp @@ -41,7 +41,7 @@ static std::string SOUND_DEF_LABEL = "Sound Track"; // Result_t -PCM_ADesc_to_MD(PCM::AudioDescriptor& ADesc, MXF::WaveAudioDescriptor* ADescObj) +ASDCP::PCM_ADesc_to_MD(PCM::AudioDescriptor& ADesc, MXF::WaveAudioDescriptor* ADescObj) { ASDCP_TEST_NULL(ADescObj); ADescObj->SampleRate = ADesc.EditRate; @@ -84,7 +84,7 @@ PCM_ADesc_to_MD(PCM::AudioDescriptor& ADesc, MXF::WaveAudioDescriptor* ADescObj) // ASDCP::Result_t -MD_to_PCM_ADesc(MXF::WaveAudioDescriptor* ADescObj, PCM::AudioDescriptor& ADesc) +ASDCP::MD_to_PCM_ADesc(MXF::WaveAudioDescriptor* ADescObj, PCM::AudioDescriptor& ADesc) { ASDCP_TEST_NULL(ADescObj); ADesc.EditRate = ADescObj->SampleRate; |
