Skip to content

Commit

Permalink
#13579 fix
Browse files Browse the repository at this point in the history
  • Loading branch information
skaggapa committed Feb 4, 2013
1 parent 3fb2f9d commit 225f232
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xbmc/cores/paplayer/PCMCodec.cpp
Expand Up @@ -31,6 +31,7 @@ PCMCodec::PCMCodec()
m_Channels = 2; m_Channels = 2;
m_BitsPerSample = 16; m_BitsPerSample = 16;
m_Bitrate = m_SampleRate * m_Channels * m_BitsPerSample; m_Bitrate = m_SampleRate * m_Channels * m_BitsPerSample;
m_DataFormat = AE_FMT_S16LE;
} }


PCMCodec::~PCMCodec() PCMCodec::~PCMCodec()
Expand Down

0 comments on commit 225f232

Please sign in to comment.