Fix a build error using older sndfile
This commit is contained in:
parent
72dfd54933
commit
80f0f4d90a
1 changed files with 1 additions and 1 deletions
|
|
@ -139,7 +139,7 @@ private:
|
||||||
ReverseReader::ReverseReader(SndfileHandle handle)
|
ReverseReader::ReverseReader(SndfileHandle handle)
|
||||||
: BasicSndfileReader(handle)
|
: BasicSndfileReader(handle)
|
||||||
{
|
{
|
||||||
position_ = handle.seek(0, SF_SEEK_END);
|
position_ = handle.seek(0, SEEK_END);
|
||||||
}
|
}
|
||||||
|
|
||||||
AudioReaderType ReverseReader::type() const
|
AudioReaderType ReverseReader::type() const
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue