diff options
Diffstat (limited to 'sound/vorbis.cpp')
-rw-r--r-- | sound/vorbis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/vorbis.cpp b/sound/vorbis.cpp index fb8ec9274a..5633ba4d75 100644 --- a/sound/vorbis.cpp +++ b/sound/vorbis.cpp @@ -166,7 +166,7 @@ public: int readBuffer(int16 *buffer, const int numSamples); int16 read(); - bool eos() const { return eosIntern(); } + bool endOfData() const { return eosIntern(); } bool isStereo() const { return _numChannels >= 2; } int getRate() const { return ov_info(_ov_file, -1)->rate; } |