diff options
| author | mschroffel <mschroffel@cinecert.com> | 2016-05-06 19:35:34 +0000 |
|---|---|---|
| committer | mschroffel <> | 2016-05-06 19:35:34 +0000 |
| commit | d5cac9085e6da19bdfc8e76235a460da0e6e5f7b (patch) | |
| tree | 1a353b6b66d15ae1d2ce1b38e1c27be1bb7b6f65 /src/as-02-info.cpp | |
| parent | 44af0118320a49c29a8b39abb4ec1009e4a29589 (diff) | |
update makefile for version roll
Diffstat (limited to 'src/as-02-info.cpp')
| -rw-r--r-- | src/as-02-info.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/as-02-info.cpp b/src/as-02-info.cpp index 7c68c41..19109e8 100644 --- a/src/as-02-info.cpp +++ b/src/as-02-info.cpp @@ -371,6 +371,7 @@ class MyAudioDescriptor : public PCM::AudioDescriptor if ( m_WaveAudioDescriptor != 0 ) { AudioSamplingRate = m_WaveAudioDescriptor->SampleRate; + ContainerDuration = m_WaveAudioDescriptor->ContainerDuration; } else { |
