summaryrefslogtreecommitdiff
path: root/src/PCMParserList.cpp
diff options
context:
space:
mode:
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();