aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndersD <anders.danmark.83@gmail.com>2013-02-04 23:51:23 +0100
committerAndersD <anders.danmark.83@gmail.com>2013-02-04 23:51:23 +0100
commit225f23242785ef5ef22d931f8fc57e6b8669b83c (patch)
treeb7b69c7ba9f9b9c96aff920b82344f452d71e474
parent3fb2f9d3b62c2fd62d7d86587c922e05a048d221 (diff)
#13579 fix
-rw-r--r--xbmc/cores/paplayer/PCMCodec.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbmc/cores/paplayer/PCMCodec.cpp b/xbmc/cores/paplayer/PCMCodec.cpp
index 856e99985f..06ea3bea69 100644
--- a/xbmc/cores/paplayer/PCMCodec.cpp
+++ b/xbmc/cores/paplayer/PCMCodec.cpp
@@ -31,6 +31,7 @@ PCMCodec::PCMCodec()
m_Channels = 2;
m_BitsPerSample = 16;
m_Bitrate = m_SampleRate * m_Channels * m_BitsPerSample;
+ m_DataFormat = AE_FMT_S16LE;
}
PCMCodec::~PCMCodec()