summaryrefslogtreecommitdiff
path: root/src/PCMParserList.cpp
diff options
context:
space:
mode:
authorjhurst <jhurst@cinecert.com>2010-06-16 18:21:03 +0000
committerjhurst <>2010-06-16 18:21:03 +0000
commit0a7381667a7eb08ea47de790660346ac70491f84 (patch)
treef7794a82eb84df5fd360bd78e4e2d161417bbe3c /src/PCMParserList.cpp
parent1b4179d3c3252b619ead36bd43d06182644575dd (diff)
out!
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 b7c2e59..1fc434d 100755
--- a/src/PCMParserList.cpp
+++ b/src/PCMParserList.cpp
@@ -157,7 +157,7 @@ ASDCP::PCMParserList::OpenRead(ui32_t argc, const char** argv, Rational& Picture
}
m_ADesc.ChannelCount = m_ChannelCount;
- m_ADesc.AvgBps = m_ADesc.AvgBps * m_ChannelCount;
+ m_ADesc.AvgBps = ( m_ADesc.AvgBps / m_ADesc.ChannelCount ) * m_ChannelCount;
if ( ASDCP_FAILURE(result) )
clear();