summaryrefslogtreecommitdiff
path: root/src/PCMParserList.cpp
diff options
context:
space:
mode:
authormsheby <msheby@cinecert.com>2010-02-18 19:30:01 +0000
committermsheby <>2010-02-18 19:30:01 +0000
commitb8f6cd62d308e3cdb88e55f675b4883257767b79 (patch)
tree1222833f9a98272c5352541d2ecd1484ee19b723 /src/PCMParserList.cpp
parent3198199840fb69e99acae9ca044481d378296e8c (diff)
Add VC project files.
Diffstat (limited to 'src/PCMParserList.cpp')
-rwxr-xr-xsrc/PCMParserList.cpp2
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));
}