summaryrefslogtreecommitdiff
path: root/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/libsimplewebm/OpusVorbisDecoder.hpp')
-rw-r--r--thirdparty/libsimplewebm/OpusVorbisDecoder.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp b/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
index bcdca731ee..b7619d6a25 100644
--- a/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
+++ b/thirdparty/libsimplewebm/OpusVorbisDecoder.hpp
@@ -44,7 +44,7 @@ public:
{
return m_numSamples;
}
-
+ bool getPCMF(WebMFrame &frame, float *buffer, int &numOutSamples);
bool getPCMS16(WebMFrame &frame, short *buffer, int &numOutSamples);
private: