diff options
| author | msheby <msheby@cinecert.com> | 2010-02-18 19:30:01 +0000 |
|---|---|---|
| committer | msheby <> | 2010-02-18 19:30:01 +0000 |
| commit | b8f6cd62d308e3cdb88e55f675b4883257767b79 (patch) | |
| tree | 1222833f9a98272c5352541d2ecd1484ee19b723 /src/PCMParserList.cpp | |
| parent | 3198199840fb69e99acae9ca044481d378296e8c (diff) | |
Add VC project files.
Diffstat (limited to 'src/PCMParserList.cpp')
| -rwxr-xr-x | src/PCMParserList.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PCMParserList.cpp b/src/PCMParserList.cpp index 09bd44c..b7c2e59 100755 --- a/src/PCMParserList.cpp +++ b/src/PCMParserList.cpp @@ -58,7 +58,7 @@ ASDCP::ParserInstance::OpenRead(const char* filename, Rational& PictureRate) if ( ASDCP_SUCCESS(result) ) { - ADesc.SampleRate = PictureRate; + ADesc.EditRate = PictureRate; m_SampleSize = PCM::CalcSampleSize(ADesc); result = FB.Capacity(PCM::CalcFrameBufferSize(ADesc)); } |
