* Fixes (WAV works on Linux, AIFF following)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1263 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -283,6 +283,8 @@ wxUint32 wxSndFileCodec::GetSize() const
|
||||
|
||||
wxUint32 wxSndFileCodec::Available() const
|
||||
{
|
||||
if (m_fstate == wxSFILE_STOPPED)
|
||||
return 0;
|
||||
return m_fsize-m_fpos;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user