* Fixes
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1258 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -86,9 +86,6 @@ wxUint32 wxSndWavCodec::PrepareToPlay()
|
||||
if (!riff_codec.FindChunk("data"))
|
||||
return 0;
|
||||
|
||||
m_sndformat.SetSampleRate(wav_hdr.sample_fq);
|
||||
m_sndformat.SetBps(wav_hdr.bits_p_spl);
|
||||
m_sndformat.SetChannels(wav_hdr.channels);
|
||||
m_sndmode = wxSND_OUTPUT;
|
||||
ChangeCodec(wav_hdr.format);
|
||||
|
||||
|
Reference in New Issue
Block a user